| Index: Source/core/inspector/InspectorInstrumentation.idl
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl
|
| index a342ed6c17abc0e323907757a616bcda1298bde4..da79a46047e82e59a268c598ce49191ea21b7376 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.idl
|
| +++ b/Source/core/inspector/InspectorInstrumentation.idl
|
| @@ -71,6 +71,9 @@ interface InspectorInstrumentation {
|
| void didClearDocumentOfWindowObject([Keep] LocalFrame*);
|
|
|
| [DOMDebugger, Inline=FastReturn]
|
| + void willCloseWindow(ExecutionContext*);
|
| +
|
| + [DOMDebugger, Inline=FastReturn]
|
| void willInsertDOMNode([Keep] Node* parent);
|
|
|
| [DOM, DOMDebugger, Inline=FastReturn]
|
|
|