| Index: third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.cpp b/third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.cpp
|
| index 8bb14431a033837cc28b574189fcfdcefafe0277..1638b760424e25fd55474df7ff81e064cd59b23a 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.cpp
|
| @@ -665,7 +665,7 @@ void HTMLConstructionSite::insertScriptElement(AtomicHTMLToken* token)
|
| void HTMLConstructionSite::insertForeignElement(AtomicHTMLToken* token, const AtomicString& namespaceURI)
|
| {
|
| ASSERT(token->type() == HTMLToken::StartTag);
|
| - notImplemented(); // parseError when xmlns or xmlns:xlink are wrong.
|
| + DVLOG(1) << "Not implemented."; // parseError when xmlns or xmlns:xlink are wrong.
|
|
|
| RefPtrWillBeRawPtr<Element> element = createElement(token, namespaceURI);
|
| if (scriptingContentIsAllowed(m_parserContentPolicy) || !toScriptLoaderIfPossible(element.get()))
|
|
|