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

Unified Diff: third_party/WebKit/Source/core/css/CSSConditionRule.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
« no previous file with comments | « third_party/WebKit/Source/core/css/CSS.idl ('k') | third_party/WebKit/Source/core/css/CSSGroupingRule.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/CSSConditionRule.idl
diff --git a/third_party/WebKit/Source/core/css/CSSConditionRule.idl b/third_party/WebKit/Source/core/css/CSSConditionRule.idl
index 824a340d4bec55e3611c2bb3cd5cfe81877caac7..35ac44e17ce0b13c62f2bffa355d9a41374f7a28 100644
--- a/third_party/WebKit/Source/core/css/CSSConditionRule.idl
+++ b/third_party/WebKit/Source/core/css/CSSConditionRule.idl
@@ -6,5 +6,5 @@
interface CSSConditionRule : CSSGroupingRule {
// TODO(xing.xu): readonly should be removed.
- readonly attribute DOMString conditionText;
+ [Measure] readonly attribute DOMString conditionText;
};
« no previous file with comments | « third_party/WebKit/Source/core/css/CSS.idl ('k') | third_party/WebKit/Source/core/css/CSSGroupingRule.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698