Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1113)

Unified Diff: Source/core/inspector/InspectorInstrumentation.idl

Issue 203153002: DevTools: once migrated to document-based stylesheet processing there is no need to track changes t… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/inspector/InspectorCSSAgent.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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]
« no previous file with comments | « Source/core/inspector/InspectorCSSAgent.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698