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 ce7ae53ee92cb75360850659490e93faa9c2471a..68445c493336805531364bdb09d12bcb6f2df43f 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) |