| 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 9b9530c9fb11743833c3ca066687a878f55791f0..db9419825e6ad9bbedc9045186d7d5bc7334674e 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
|
| @@ -5185,11 +5185,6 @@ NodeIntersectionObserverData& Document::ensureIntersectionObserverData()
|
| return *m_intersectionObserverData;
|
| }
|
|
|
| -void Document::reportBlockedScriptExecutionToInspector(const String& directiveText)
|
| -{
|
| - InspectorInstrumentation::scriptExecutionBlockedByCSP(this, directiveText);
|
| -}
|
| -
|
| static void runAddConsoleMessageTask(MessageSource source, MessageLevel level, const String& message, ExecutionContext* context)
|
| {
|
| context->addConsoleMessage(ConsoleMessage::create(source, level, message));
|
|
|