| Index: Source/core/inspector/InspectorConsoleAgent.h
|
| diff --git a/Source/core/inspector/InspectorConsoleAgent.h b/Source/core/inspector/InspectorConsoleAgent.h
|
| index 462fc97805d007f19539e12b101e27d2c117efaa..baf04a458b50d7dea84c7af56b31d2478a76c829 100644
|
| --- a/Source/core/inspector/InspectorConsoleAgent.h
|
| +++ b/Source/core/inspector/InspectorConsoleAgent.h
|
| @@ -89,7 +89,7 @@ public:
|
| void consoleTimeline(ExecutionContext*, const String& title, ScriptState*);
|
| void consoleTimelineEnd(ExecutionContext*, const String& title, ScriptState*);
|
|
|
| - void consoleCount(ScriptState*, PassRefPtr<ScriptArguments>);
|
| + void consoleCount(ScriptState*, PassRefPtrWillBeRawPtr<ScriptArguments>);
|
|
|
| void frameWindowDiscarded(DOMWindow*);
|
| void didCommitLoad(LocalFrame*, DocumentLoader*);
|
| @@ -97,7 +97,7 @@ public:
|
| void didFinishXHRLoading(XMLHttpRequest*, ThreadableLoaderClient*, unsigned long requestIdentifier, ScriptString, const AtomicString& method, const String& url, const String& sendURL, unsigned sendLineNumber);
|
| void didReceiveResourceResponse(LocalFrame*, unsigned long requestIdentifier, DocumentLoader*, const ResourceResponse&, ResourceLoader*);
|
| void didFailLoading(unsigned long requestIdentifier, const ResourceError&);
|
| - void addProfileFinishedMessageToConsole(PassRefPtr<ScriptProfile>, unsigned lineNumber, const String& sourceURL);
|
| + void addProfileFinishedMessageToConsole(PassRefPtrWillBeRawPtr<ScriptProfile>, unsigned lineNumber, const String& sourceURL);
|
| void addStartProfilingMessageToConsole(const String& title, unsigned lineNumber, const String& sourceURL);
|
| virtual void setMonitoringXHREnabled(ErrorString*, bool enabled) OVERRIDE;
|
| virtual void addInspectedNode(ErrorString*, int nodeId) = 0;
|
|
|