X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fhtml%2Fparser%2FHTMLPreloadScanner.cpp;h=f9199cc0466b4c2cae61aa4a8af5e08f336ffa1c;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=df08e0f5760cb0dc753c12cdf639eb2ef6862c40;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner.cpp b/src/third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner.cpp index df08e0f..f9199cc 100644 --- a/src/third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner.cpp +++ b/src/third_party/WebKit/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);