| Index: Source/core/inspector/InspectorInstrumentation.idl
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl
|
| index 96c22ce4c455ff752b2cd61d2b1b867e840ce166..918e2344dca1f2d7d11bdfd2e9125d5acfb797c3 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.idl
|
| +++ b/Source/core/inspector/InspectorInstrumentation.idl
|
| @@ -214,6 +214,9 @@ interface InspectorInstrumentation {
|
| [PageRuntime, Inline=FastReturn]
|
| void didCreateIsolatedContext([Keep] LocalFrame*, ScriptState*, SecurityOrigin*);
|
|
|
| + [PageRuntime, Inline=FastReturn]
|
| + void didCreateMainWorldContext([Keep] LocalFrame*, ScriptState*, SecurityOrigin*);
|
| +
|
| [DOMDebugger, Debugger, Timeline, Inline=FastReturn]
|
| InspectorInstrumentationCookie willFireTimer([Keep] ExecutionContext*, int timerId);
|
|
|
|
|