| Index: Source/core/inspector/InspectorProfilerAgent.h
|
| diff --git a/Source/core/inspector/InspectorProfilerAgent.h b/Source/core/inspector/InspectorProfilerAgent.h
|
| index 3308c1ec729950e673d7a38fd3f2ab9f8b45c197..42fe08bec718df4f5a6dad1c7a6d8a3e289f2616 100644
|
| --- a/Source/core/inspector/InspectorProfilerAgent.h
|
| +++ b/Source/core/inspector/InspectorProfilerAgent.h
|
| @@ -57,7 +57,6 @@ public:
|
|
|
| void addProfile(PassRefPtr<ScriptProfile> prpProfile, PassRefPtr<ScriptCallStack>);
|
| void addProfileFinishedMessageToConsole(PassRefPtr<ScriptProfile>, unsigned lineNumber, const String& sourceURL);
|
| - void addStartProfilingMessageToConsole(const String& title, unsigned lineNumber, const String& sourceURL);
|
| virtual void clearProfiles(ErrorString*);
|
|
|
| virtual void enable(ErrorString*);
|
|
|