Index: Source/core/html/parser/HTMLPreloadScanner.cpp |
diff --git a/Source/core/html/parser/HTMLPreloadScanner.cpp b/Source/core/html/parser/HTMLPreloadScanner.cpp |
index df08e0f5760cb0dc753c12cdf639eb2ef6862c40..f9199cc0466b4c2cae61aa4a8af5e08f336ffa1c 100644 |
--- a/Source/core/html/parser/HTMLPreloadScanner.cpp |
+++ b/Source/core/html/parser/HTMLPreloadScanner.cpp |
@@ -178,6 +178,8 @@ private: |
m_linkIsStyleSheet = relAttributeIsStyleSheet(attributeValue); |
else if (match(attributeName, mediaAttr)) |
m_mediaAttribute = attributeValue; |
+ else if (match(attributeName, crossoriginAttr)) |
+ setCrossOriginAllowed(attributeValue); |
} else if (match(m_tagImpl, inputTag)) { |
if (match(attributeName, srcAttr)) |
setUrlToLoad(attributeValue, DisallowURLReplacement); |