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

Unified Diff: third_party/WebKit/Source/core/dom/MutationObserver.idl

Issue 2526943002: Add use counters for lots of DOM APIs.
Patch Set: Add use counters for lots of DOM APIs. Created 4 years 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/dom/MutationObserver.idl
diff --git a/third_party/WebKit/Source/core/dom/MutationObserver.idl b/third_party/WebKit/Source/core/dom/MutationObserver.idl
index 35f6382b5748f4f2699e1eff02b97086d3644ea0..069ebc2f2bee398f0310aff97eb9044d3fa1dd2c 100644
--- a/third_party/WebKit/Source/core/dom/MutationObserver.idl
+++ b/third_party/WebKit/Source/core/dom/MutationObserver.idl
@@ -34,7 +34,7 @@
CustomConstructor(MutationCallback callback),
Custom=VisitDOMWrapper,
] interface MutationObserver {
- [RaisesException] void observe(Node target, MutationObserverInit options);
- void disconnect();
- sequence<MutationRecord> takeRecords();
+ [Measure, RaisesException] void observe(Node target, MutationObserverInit options);
+ [Measure] void disconnect();
+ [Measure] sequence<MutationRecord> takeRecords();
};
« no previous file with comments | « third_party/WebKit/Source/core/dom/MessagePort.idl ('k') | third_party/WebKit/Source/core/dom/ProcessingInstruction.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698