| Index: third_party/WebKit/Source/core/dom/Document.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp
|
| index 6f65a6034684234cad78cb22e9deb207f84ee7a9..ba33e0891c664c175e9a2ea9299fa4736c8c3362 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
|
| @@ -4603,7 +4603,6 @@ void Document::currentScriptForBinding(HTMLScriptElementOrSVGScriptElement& scri
|
|
|
| void Document::pushCurrentScript(Element* newCurrentScript)
|
| {
|
| - DCHECK(newCurrentScript);
|
| DCHECK(isHTMLScriptElement(newCurrentScript) || isSVGScriptElement(newCurrentScript));
|
| m_currentScriptStack.append(newCurrentScript);
|
| }
|
|
|