summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings/js/ScriptProfiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bindings/js/ScriptProfiler.h')
-rw-r--r--WebCore/bindings/js/ScriptProfiler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/bindings/js/ScriptProfiler.h b/WebCore/bindings/js/ScriptProfiler.h
index 4fa331c..180c49f 100644
--- a/WebCore/bindings/js/ScriptProfiler.h
+++ b/WebCore/bindings/js/ScriptProfiler.h
@@ -41,6 +41,7 @@ public:
static PassRefPtr<ScriptProfile> stop(ScriptState* state, const String& title);
static void takeHeapSnapshot() { }
static long getProfilerLogLines(long, String*) { return 0; }
+ static bool isProfilerAlwaysEnabled();
};
} // namespace WebCore