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