| Index: Source/core/frame/Console.h
|
| diff --git a/Source/core/frame/Console.h b/Source/core/frame/Console.h
|
| index 49c1f8bc003fdfc7aca0edb127e987c0585d2230..92dbeffef59bb60bf1b23447854fb9bd6b492cde 100644
|
| --- a/Source/core/frame/Console.h
|
| +++ b/Source/core/frame/Console.h
|
| @@ -57,7 +57,7 @@ public:
|
|
|
| protected:
|
| virtual ExecutionContext* context() OVERRIDE;
|
| - virtual void reportMessageToClient(MessageLevel, const String& message, PassRefPtrWillBeRawPtr<ScriptCallStack>) OVERRIDE;
|
| + virtual void reportMessageToConsole(PassRefPtr<ConsoleMessage>) OVERRIDE;
|
|
|
| private:
|
| explicit Console(LocalFrame*);
|
|
|