Bug 1053321 - Correctly pass info about 'defer' and 'async' attributes to HTML5 parser invoked script preload. r=bkelly
This commit is contained in:
@@ -52,6 +52,8 @@ ScriptLoadRequest::ScriptLoadRequest(ScriptKind aKind,
|
||||
, mHasSourceMapURL(false)
|
||||
, mIsDefer(false)
|
||||
, mIsAsync(false)
|
||||
, mPreloadAsAsync(false)
|
||||
, mPreloadAsDefer(false)
|
||||
, mIsNonAsyncScriptInserted(false)
|
||||
, mIsXSLT(false)
|
||||
, mIsCanceled(false)
|
||||
|
||||
Reference in New Issue
Block a user