| Index: Source/core/inspector/InspectorInstrumentation.idl
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl
|
| index faa792a91594fd18790bdb043f87cc1bfe2a1b43..0e1d14d5c41d43d9aecffb66c15e423a1b447e11 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.idl
|
| +++ b/Source/core/inspector/InspectorInstrumentation.idl
|
| @@ -118,18 +118,6 @@ interface InspectorInstrumentation {
|
| [DOM, Inline=FastReturn]
|
| void willPopShadowRoot([Keep] Element* host, ShadowRoot*);
|
|
|
| - [CSS, Inline=FastReturn]
|
| - void didCreateNamedFlow([Keep] Document*, NamedFlow*);
|
| -
|
| - [CSS, Inline=FastReturn]
|
| - void willRemoveNamedFlow([Keep] Document*, NamedFlow*);
|
| -
|
| - [CSS, Inline=FastReturn]
|
| - void didUpdateRegionLayout([Keep] Document*, NamedFlow*);
|
| -
|
| - [CSS, Inline=FastReturn]
|
| - void didChangeRegionOverset([Keep] Document*, NamedFlow*);
|
| -
|
| [DOMDebugger, Inline=FastReturn]
|
| void willSendXMLHttpRequest(ExecutionContext*, const String& url);
|
|
|
|
|