Bug 732209 part 3. Communicate the CORS state of preloads to the CSS loader. r=sicking,hsivonen
This commit is contained in:
@@ -35,7 +35,7 @@ nsHtml5SpeculativeLoad::Perform(nsHtml5TreeOpExecutor* aExecutor)
|
||||
mCrossOrigin);
|
||||
break;
|
||||
case eSpeculativeLoadStyle:
|
||||
aExecutor->PreloadStyle(mUrl, mCharset);
|
||||
aExecutor->PreloadStyle(mUrl, mCharset, mCrossOrigin);
|
||||
break;
|
||||
case eSpeculativeLoadManifest:
|
||||
aExecutor->ProcessOfflineManifest(mUrl);
|
||||
|
||||
Reference in New Issue
Block a user