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

Unified Diff: third_party/WebKit/Source/core/dom/ProcessingInstruction.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/ProcessingInstruction.idl
diff --git a/third_party/WebKit/Source/core/dom/ProcessingInstruction.idl b/third_party/WebKit/Source/core/dom/ProcessingInstruction.idl
index c0d0f67c2765c59e4abb9075fff6b880ad175d81..07a0a1811168ba25d2a4704dc2e3d48d486d8f3d 100644
--- a/third_party/WebKit/Source/core/dom/ProcessingInstruction.idl
+++ b/third_party/WebKit/Source/core/dom/ProcessingInstruction.idl
@@ -25,5 +25,5 @@ interface ProcessingInstruction : CharacterData {
// ProcessingInstruction implements LinkStyle
// https://dev.w3.org/csswg/cssom/#requirements-on-user-agents-implementing-the-xml-stylesheet-processing-instruction
- readonly attribute StyleSheet sheet;
+ [Measure] readonly attribute StyleSheet sheet;
};
« no previous file with comments | « third_party/WebKit/Source/core/dom/MutationObserver.idl ('k') | third_party/WebKit/Source/core/dom/Range.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698