Bug 1053321 - Correctly pass info about 'defer' and 'async' attributes to HTML5 parser invoked script preload. r=bkelly

This commit is contained in:
Honza Bambas
2017-08-01 21:21:09 +02:00
parent 511d89d4e7
commit 8d611334e5
13 changed files with 148 additions and 18 deletions

View File

@@ -52,6 +52,8 @@ ScriptLoadRequest::ScriptLoadRequest(ScriptKind aKind,
, mHasSourceMapURL(false)
, mIsDefer(false)
, mIsAsync(false)
, mPreloadAsAsync(false)
, mPreloadAsDefer(false)
, mIsNonAsyncScriptInserted(false)
, mIsXSLT(false)
, mIsCanceled(false)