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

Unified Diff: third_party/WebKit/Source/core/css/CSSNamespaceRule.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/css/CSSNamespaceRule.idl
diff --git a/third_party/WebKit/Source/core/css/CSSNamespaceRule.idl b/third_party/WebKit/Source/core/css/CSSNamespaceRule.idl
index 64197ca4cf27c5caf2725e10bee8a85ad389f7b7..35eb6c9888fed91f3c610504266410cdd70187a2 100644
--- a/third_party/WebKit/Source/core/css/CSSNamespaceRule.idl
+++ b/third_party/WebKit/Source/core/css/CSSNamespaceRule.idl
@@ -6,6 +6,6 @@
interface CSSNamespaceRule : CSSRule {
- readonly attribute DOMString namespaceURI;
- readonly attribute DOMString prefix;
+ [Measure] readonly attribute DOMString namespaceURI;
+ [Measure] readonly attribute DOMString prefix;
};
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSMediaRule.idl ('k') | third_party/WebKit/Source/core/css/CSSPageRule.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698