| Index: Source/core/testing/NullExecutionContext.h
|
| diff --git a/Source/core/testing/NullExecutionContext.h b/Source/core/testing/NullExecutionContext.h
|
| index ec7246aebd45f400079ebff72f917d56ae69e5c6..b06f27a83f0f42fda0448cc9513197c4577010ab 100644
|
| --- a/Source/core/testing/NullExecutionContext.h
|
| +++ b/Source/core/testing/NullExecutionContext.h
|
| @@ -37,7 +37,7 @@ public:
|
| double timerAlignmentInterval() const;
|
|
|
| virtual void addConsoleMessage(PassRefPtrWillBeRawPtr<ConsoleMessage>) OVERRIDE { }
|
| - virtual void logExceptionToConsole(const String& errorMessage, int scriptId, const String& sourceURL, int lineNumber, int columnNumber, PassRefPtrWillBeRawPtr<ScriptCallStack>) OVERRIDE { }
|
| + virtual void logExceptionToConsole(const String& errorMessage, int scriptId, const String& sourceURL, int lineNumber, int columnNumber, PassRefPtrWillBeRawPtr<ScriptCallStack>, PassRefPtrWillBeRawPtr<ScriptArguments>) OVERRIDE { }
|
|
|
| void trace(Visitor* visitor)
|
| {
|
|
|