| Index: Source/core/inspector/InspectorDebuggerAgent.h | 
| diff --git a/Source/core/inspector/InspectorDebuggerAgent.h b/Source/core/inspector/InspectorDebuggerAgent.h | 
| index 52bd986b740ff4dba5664e8de8e8ce035f38429d..6bfa88420ac9c265ddc8741f949681aecbc709c3 100644 | 
| --- a/Source/core/inspector/InspectorDebuggerAgent.h | 
| +++ b/Source/core/inspector/InspectorDebuggerAgent.h | 
| @@ -98,7 +98,7 @@ public: | 
|  | 
| bool isPaused(); | 
| bool runningNestedMessageLoop(); | 
| -    void addMessageToConsole(ConsoleMessage*); | 
| +    void addMessageToConsole(PassRefPtr<ConsoleMessage>); | 
|  | 
| String preprocessEventListener(LocalFrame*, const String& source, const String& url, const String& functionName); | 
| PassOwnPtr<ScriptSourceCode> preprocess(LocalFrame*, const ScriptSourceCode&); | 
|  |