| Index: Source/core/inspector/InspectorProfilerAgent.h
|
| diff --git a/Source/core/inspector/InspectorProfilerAgent.h b/Source/core/inspector/InspectorProfilerAgent.h
|
| index ffbc56b674d2a6cee27b490240874b078163a707..11c3cabc7dd5c8fb08ebac659d46176b900eb69a 100644
|
| --- a/Source/core/inspector/InspectorProfilerAgent.h
|
| +++ b/Source/core/inspector/InspectorProfilerAgent.h
|
| @@ -40,6 +40,7 @@
|
|
|
| namespace blink {
|
|
|
| +class ExecutionContext;
|
| class InjectedScriptManager;
|
| class InspectorFrontend;
|
| class InspectorOverlay;
|
| @@ -59,7 +60,7 @@ public:
|
| virtual ~InspectorProfilerAgent();
|
| virtual void trace(Visitor*) OVERRIDE;
|
|
|
| - void consoleProfile(const String& title, ScriptState*);
|
| + void consoleProfile(ExecutionContext*, const String& title, ScriptState*);
|
| void consoleProfileEnd(const String& title, ScriptState*);
|
|
|
| virtual void enable(ErrorString*) OVERRIDE;
|
|
|