diff options
Diffstat (limited to 'WebKit/win/Interfaces/IWebInspector.idl')
-rw-r--r-- | WebKit/win/Interfaces/IWebInspector.idl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/WebKit/win/Interfaces/IWebInspector.idl b/WebKit/win/Interfaces/IWebInspector.idl index e31376c..4523205 100644 --- a/WebKit/win/Interfaces/IWebInspector.idl +++ b/WebKit/win/Interfaces/IWebInspector.idl @@ -54,4 +54,7 @@ interface IWebInspector : IUnknown HRESULT isJavaScriptProfilingEnabled(BOOL* isProfilingEnabled); HRESULT setJavaScriptProfilingEnabled(BOOL enabled); + + HRESULT isTimelineProfilingEnabled(BOOL* isEnabled); + HRESULT setTimelineProfilingEnabled(BOOL enabled); } |