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

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

Issue 1206573002: DevTools: remove unused parts of the CSS instrumentation. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 951b44408c5d6959c978e63f72ca83a4b8597a4d..e411fb9a6a1637733e3fdb507f22ecc6e2e47bb0 100644
--- a/Source/core/inspector/InspectorInstrumentation.idl
+++ b/Source/core/inspector/InspectorInstrumentation.idl
@@ -105,18 +105,6 @@ interface InspectorInstrumentation {
void documentDetached([Keep] Document*);
[CSS, Inline=FastReturn]
- void willMutateRules(CSSStyleSheet*);
-
- [CSS, Inline=FastReturn]
- void didMutateRules([Keep] CSSStyleSheet*);
-
- [CSS, Inline=FastReturn]
- void willMutateStyle(CSSStyleDeclaration*);
-
- [CSS, Inline=FastReturn]
- void didMutateStyle([Keep] CSSStyleDeclaration*, bool);
-
- [CSS, Inline=FastReturn]
void activeStyleSheetsUpdated([Keep] Document*);
[CSS, 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