| Index: Source/core/inspector/InspectorDebuggerAgent.h
|
| diff --git a/Source/core/inspector/InspectorDebuggerAgent.h b/Source/core/inspector/InspectorDebuggerAgent.h
|
| index 69db80469e9819b33d1d1014096026f4f180e088..ca8f5307958dc56856efa621cf4ffe9ac1d01295 100644
|
| --- a/Source/core/inspector/InspectorDebuggerAgent.h
|
| +++ b/Source/core/inspector/InspectorDebuggerAgent.h
|
| @@ -47,6 +47,7 @@
|
|
|
| namespace blink {
|
|
|
| +class ConsoleMessage;
|
| class Document;
|
| class Event;
|
| class EventListener;
|
| @@ -97,7 +98,7 @@ public:
|
|
|
| bool isPaused();
|
| bool runningNestedMessageLoop();
|
| - void addConsoleAPIMessageToConsole(MessageType, MessageLevel, const String&, ScriptState*, PassRefPtrWillBeRawPtr<ScriptArguments>, unsigned long);
|
| + void addMessageToConsole(ConsoleMessage*);
|
|
|
| String preprocessEventListener(LocalFrame*, const String& source, const String& url, const String& functionName);
|
| PassOwnPtr<ScriptSourceCode> preprocess(LocalFrame*, const ScriptSourceCode&);
|
|
|