| Index: Source/core/inspector/InspectorProfilerAgent.h
|
| diff --git a/Source/core/inspector/InspectorProfilerAgent.h b/Source/core/inspector/InspectorProfilerAgent.h
|
| index 3308c1ec729950e673d7a38fd3f2ab9f8b45c197..02ed997d236d6c74c80ddd1fd593d60852412152 100644
|
| --- a/Source/core/inspector/InspectorProfilerAgent.h
|
| +++ b/Source/core/inspector/InspectorProfilerAgent.h
|
| @@ -62,6 +62,7 @@ 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);
|
|
|
|
|