Index: third_party/WebKit/Source/core/testing/NullExecutionContext.h |
diff --git a/third_party/WebKit/Source/core/testing/NullExecutionContext.h b/third_party/WebKit/Source/core/testing/NullExecutionContext.h |
index 3435f05d9d0679057fae45f7e05853a0160a234b..88fecdfdf035395fec534469f2d0fb32b96dbb97 100644 |
--- a/third_party/WebKit/Source/core/testing/NullExecutionContext.h |
+++ b/third_party/WebKit/Source/core/testing/NullExecutionContext.h |
@@ -5,7 +5,6 @@ |
#ifndef NullExecutionContext_h |
#define NullExecutionContext_h |
-#include "bindings/core/v8/ScriptCallStack.h" |
#include "core/dom/ExecutionContext.h" |
#include "core/dom/SecurityContext.h" |
#include "core/events/EventQueue.h" |
@@ -37,7 +36,7 @@ public: |
DOMTimerCoordinator* timers() override { return nullptr; } |
void addConsoleMessage(ConsoleMessage*) override { } |
- void logExceptionToConsole(const String& errorMessage, int scriptId, const String& sourceURL, int lineNumber, int columnNumber, PassRefPtr<ScriptCallStack>) override { } |
+ void logExceptionToConsole(const String& errorMessage, PassOwnPtr<SourceLocation>) override { } |
void setIsSecureContext(bool); |
bool isSecureContext(String& errorMessage, const SecureContextCheck = StandardSecureContextCheck) const override; |