summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings/v8/ScriptProfiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bindings/v8/ScriptProfiler.h')
-rw-r--r--WebCore/bindings/v8/ScriptProfiler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/bindings/v8/ScriptProfiler.h b/WebCore/bindings/v8/ScriptProfiler.h
index c02cc32..aff3ce7 100644
--- a/WebCore/bindings/v8/ScriptProfiler.h
+++ b/WebCore/bindings/v8/ScriptProfiler.h
@@ -43,6 +43,7 @@ class ScriptProfiler : public Noncopyable {
public:
static void start(ScriptState* state, const String& title);
static PassRefPtr<ScriptProfile> stop(ScriptState* state, const String& title);
+ static void takeHeapSnapshot();
};
} // namespace WebCore