Index: Source/bindings/v8/ScriptProfiler.h |
diff --git a/Source/bindings/v8/ScriptProfiler.h b/Source/bindings/v8/ScriptProfiler.h |
index f406c520764bf8c581b034fed488a3c8bf11de1d..93f25bcb86c8ec26045480902a2ec6a7b92e9abc 100644 |
--- a/Source/bindings/v8/ScriptProfiler.h |
+++ b/Source/bindings/v8/ScriptProfiler.h |
@@ -70,7 +70,6 @@ public: |
static void collectGarbage(); |
static ScriptObject objectByHeapObjectId(unsigned id); |
static unsigned getHeapObjectId(const ScriptValue&); |
- static void setSamplingInterval(int intervalUs); |
static void start(const String& title); |
static PassRefPtr<ScriptProfile> stop(const String& title); |
static PassRefPtr<ScriptHeapSnapshot> takeHeapSnapshot(const String& title, HeapSnapshotProgress*); |