| Index: Source/core/inspector/InspectorInstrumentation.idl
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl
|
| index 34b45b6ae2f32b46a6c093fa6c44babce4c22972..5400331bc1a7f1f7e128b0c8a24185c847c2b2c2 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.idl
|
| +++ b/Source/core/inspector/InspectorInstrumentation.idl
|
| @@ -359,12 +359,6 @@ interface InspectorInstrumentation {
|
| [Profiler]
|
| void didProcessTask(WorkerGlobalScope* context);
|
|
|
| - [Profiler]
|
| - void willEnterNestedRunLoop(WorkerGlobalScope* context);
|
| -
|
| - [Profiler]
|
| - void didLeaveNestedRunLoop(WorkerGlobalScope* context);
|
| -
|
| [Resource]
|
| void didCreateWebSocket([Keep] Document*, unsigned long identifier, const KURL& requestURL, const String& protocol);
|
|
|
|
|