| Index: third_party/WebKit/Source/core/html/parser/HTMLScriptRunner.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLScriptRunner.cpp b/third_party/WebKit/Source/core/html/parser/HTMLScriptRunner.cpp
|
| index 486d24313aa2729e2c26b01df22ababfdc867395..40a3dce284d1e8c269a064de95c20ff3c2905609 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLScriptRunner.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLScriptRunner.cpp
|
| @@ -383,7 +383,7 @@ bool HTMLScriptRunner::requestPendingScript(PendingScript* pendingScript, Elemen
|
| // This should correctly return 0 for empty or invalid srcValues.
|
| ScriptResource* resource = toScriptLoaderIfPossible(script)->resource();
|
| if (!resource) {
|
| - notImplemented(); // Dispatch error event.
|
| + DVLOG(1) << "Not implemented."; // Dispatch error event.
|
| return false;
|
| }
|
| pendingScript->setScriptResource(resource);
|
|
|