Bug 672014. Pass the crossorigin attribute through to image preloading code. r=joe,hsivonen
This commit is contained in:
@@ -401,7 +401,7 @@ class nsHtml5TreeOpExecutor : public nsContentSink,
|
||||
|
||||
void PreloadStyle(const nsAString& aURL, const nsAString& aCharset);
|
||||
|
||||
void PreloadImage(const nsAString& aURL);
|
||||
void PreloadImage(const nsAString& aURL, const nsAString& aCrossOrigin);
|
||||
|
||||
void SetSpeculationBase(const nsAString& aURL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user