Index: third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp |
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp |
index 7f35409b367ddb453bbb50c23aa75088124fd7da..1333c658b134c3f72221dd65c70c992837558b47 100644 |
--- a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp |
+++ b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp |
@@ -73,6 +73,7 @@ static HTMLTokenizer::State tokenizerStateForContextElement(Element* contextElem |
return HTMLTokenizer::RCDATAState; |
if (contextTag.matches(styleTag) |
|| contextTag.matches(xmpTag) |
+ || contextTag.matches(frameletTag) |
|| contextTag.matches(iframeTag) |
|| (contextTag.matches(noembedTag) && options.pluginsEnabled) |
|| (contextTag.matches(noscriptTag) && options.scriptEnabled) |