| Index: Source/core/inspector/InspectorInstrumentation.idl
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl
|
| index 8903b9a8e2006344aa718dfe17e02e812feca296..899f15ed01777767dde9e61254b7e3421150350a 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.idl
|
| +++ b/Source/core/inspector/InspectorInstrumentation.idl
|
| @@ -91,9 +91,6 @@
|
| [DOM, DOMDebugger, Inline=FastReturn]
|
| void didInvalidateStyleAttr([Keep] Node*);
|
|
|
| - [CSS]
|
| - void documentDisposed([Keep] Document*);
|
| -
|
| [CSS, Inline=FastReturn]
|
| void willMutateRules(CSSStyleSheet*);
|
|
|
|
|