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

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

Issue 2455943003: Backend for css rule tracking (Closed)
Patch Set: Backend for css rule tracking Created 4 years, 1 month 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
Index: third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
diff --git a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
index 91f847aa08cccc2c26065a0d1e2b5995df4813d2..a47528f436adfb3ae41cb2b48a89b3f9bfb173ac 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
+++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
@@ -230,7 +230,7 @@ class XMLHttpRequest;
[Page]
void frameDetachedFromParent([Keep] LocalFrame*);
- [Network, DOM, Page]
+ [Network, DOM, Page, CSS]
void didCommitLoad([Keep] LocalFrame*, DocumentLoader*);
[DOM]

Powered by Google App Engine
This is Rietveld 408576698