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

Unified Diff: third_party/WebKit/Source/core/css/CSSImportRule.idl

Issue 2000643002: Revert of bindings: Supports [SameObject] extended attribute. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months 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/CSSImportRule.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 08b1144506c73ca204fd35476c3c581852f09d63..e845ca26845b98a83f65af79b8a928e0c4bc1d2c 100644
--- a/third_party/WebKit/Source/core/css/CSSImportRule.idl
+++ b/third_party/WebKit/Source/core/css/CSSImportRule.idl
@@ -24,6 +24,5 @@
readonly attribute DOMString href;
// TODO(philipj): media should have [PutForwards=mediaText].
[SameObject] readonly attribute MediaList media;
- // TODO(yukishiino): styleSheet attribute must be [SameObject].
- readonly attribute CSSStyleSheet styleSheet;
+ [SameObject] readonly attribute CSSStyleSheet styleSheet;
};
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSImportRule.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698