Index: Source/core/inspector/InspectorInstrumentation.idl |
diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl |
index abe947b81686a193a3c170ab586bc105d0c45db9..d61434560df95f3503e03569e4c71bccb6aa7f5c 100644 |
--- a/Source/core/inspector/InspectorInstrumentation.idl |
+++ b/Source/core/inspector/InspectorInstrumentation.idl |
@@ -340,10 +340,10 @@ interface InspectorInstrumentation { |
[Page] |
void frameAttachedToParent([Keep] LocalFrame*); |
- [Canvas, Page, CSS] |
+ [Canvas, Page] |
void frameDetachedFromParent([Keep] LocalFrame*); |
- [Console, Resource, CSS, DOM, Inspector, Canvas, Page, PageDebugger] |
+ [Console, Resource, DOM, Inspector, Canvas, Page, PageDebugger] |
void didCommitLoad([Keep] LocalFrame*, DocumentLoader*); |
[DOM, Inline=FastReturn] |