| Index: third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp b/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp
|
| index 80288fc8efa54f5ce17dc91a6daec1797869eee4..26b547d8f99820c8d29097f836d39bae5b471c33 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp
|
| @@ -1461,8 +1461,7 @@ void ContentSecurityPolicy::logToConsole(ConsoleMessage* consoleMessage,
|
|
|
| void ContentSecurityPolicy::reportBlockedScriptExecutionToInspector(
|
| const String& directiveText) const {
|
| - InspectorInstrumentation::scriptExecutionBlockedByCSP(m_executionContext,
|
| - directiveText);
|
| + probe::scriptExecutionBlockedByCSP(m_executionContext, directiveText);
|
| }
|
|
|
| bool ContentSecurityPolicy::experimentalFeaturesEnabled() const {
|
|
|