Index: Source/core/inspector/InspectorProfilerAgent.h |
diff --git a/Source/core/inspector/InspectorProfilerAgent.h b/Source/core/inspector/InspectorProfilerAgent.h |
index 02ed997d236d6c74c80ddd1fd593d60852412152..3308c1ec729950e673d7a38fd3f2ab9f8b45c197 100644 |
--- a/Source/core/inspector/InspectorProfilerAgent.h |
+++ b/Source/core/inspector/InspectorProfilerAgent.h |
@@ -62,7 +62,6 @@ public: |
virtual void enable(ErrorString*); |
virtual void disable(ErrorString*); |
- virtual void setSamplingInterval(ErrorString*, int); |
virtual void start(ErrorString* = 0); |
virtual void stop(ErrorString*, RefPtr<TypeBuilder::Profiler::ProfileHeader>& header); |