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

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

Issue 2572003003: NOT FOR SUBMIT: use counters for jdm@
Patch Set: Merge branch 'jdm-usecounters' into jdm-merge 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 353ad410adc86c797cdcd4bf4c52c12a621d3ca0..6dd3d936a4c36b0e101fa943448e722efd9113f8 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