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

Unified Diff: third_party/WebKit/Source/core/css/CSSImportRule.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/CSSImportRule.idl
diff --git a/third_party/WebKit/Source/core/css/CSSImportRule.idl b/third_party/WebKit/Source/core/css/CSSImportRule.idl
index 82c7cc53bd5987fcd04a0d2df4e0666b12b1e9de..593bac5d5a06390edbf6dba618b1e2a2173b1f62 100644
--- a/third_party/WebKit/Source/core/css/CSSImportRule.idl
+++ b/third_party/WebKit/Source/core/css/CSSImportRule.idl
@@ -23,6 +23,6 @@
interface CSSImportRule : CSSRule {
readonly attribute DOMString href;
// TODO(foolip): media should have [PutForwards=mediaText].
- [SameObject] readonly attribute MediaList media;
- [SameObject] readonly attribute CSSStyleSheet styleSheet;
+ [Measure, SameObject] readonly attribute MediaList media;
+ [Measure, SameObject] readonly attribute CSSStyleSheet styleSheet;
};
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSGroupingRule.idl ('k') | third_party/WebKit/Source/core/css/CSSKeyframeRule.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698