| Index: Source/core/inspector/InspectorProfilerAgent.h
|
| diff --git a/Source/core/inspector/InspectorProfilerAgent.h b/Source/core/inspector/InspectorProfilerAgent.h
|
| index 11c3cabc7dd5c8fb08ebac659d46176b900eb69a..adba7bd07b716dc64e9ef590a5b37f11ab0a531e 100644
|
| --- a/Source/core/inspector/InspectorProfilerAgent.h
|
| +++ b/Source/core/inspector/InspectorProfilerAgent.h
|
| @@ -60,8 +60,8 @@ public:
|
| virtual ~InspectorProfilerAgent();
|
| virtual void trace(Visitor*) OVERRIDE;
|
|
|
| - void consoleProfile(ExecutionContext*, const String& title, ScriptState*);
|
| - void consoleProfileEnd(const String& title, ScriptState*);
|
| + void consoleProfile(ExecutionContext*, const String& title);
|
| + void consoleProfileEnd(const String& title);
|
|
|
| virtual void enable(ErrorString*) OVERRIDE;
|
| virtual void disable(ErrorString*) OVERRIDE;
|
|
|