diff options
Diffstat (limited to 'WebCore/inspector/InspectorProfilerAgent.h')
-rw-r--r-- | WebCore/inspector/InspectorProfilerAgent.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/WebCore/inspector/InspectorProfilerAgent.h b/WebCore/inspector/InspectorProfilerAgent.h index 421efb0..c1f5db1 100644 --- a/WebCore/inspector/InspectorProfilerAgent.h +++ b/WebCore/inspector/InspectorProfilerAgent.h @@ -66,10 +66,8 @@ public: void removeProfile(const String& type, unsigned uid); void resetState(); void setFrontend(InspectorFrontend* frontend) { m_frontend = frontend; } - void startProfiling() { startUserInitiatedProfiling(); } void startUserInitiatedProfiling(); - void stopProfiling() { stopUserInitiatedProfiling(); } - void stopUserInitiatedProfiling(); + void stopUserInitiatedProfiling(bool ignoreProfile = false); void takeHeapSnapshot(); void toggleRecordButton(bool isProfiling); |