summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/bindings/js/ScriptProfiler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/bindings/js/ScriptProfiler.cpp')
-rw-r--r--Source/WebCore/bindings/js/ScriptProfiler.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/WebCore/bindings/js/ScriptProfiler.cpp b/Source/WebCore/bindings/js/ScriptProfiler.cpp
index 62ae9ba..f372c3c 100644
--- a/Source/WebCore/bindings/js/ScriptProfiler.cpp
+++ b/Source/WebCore/bindings/js/ScriptProfiler.cpp
@@ -46,11 +46,6 @@ PassRefPtr<ScriptProfile> ScriptProfiler::stop(ScriptState* state, const String&
return ScriptProfile::create(profile);
}
-bool ScriptProfiler::isProfilerAlwaysEnabled()
-{
- return false;
-}
-
} // namespace WebCore
#endif // ENABLE(JAVASCRIPT_DEBUGGER)