| 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;
|
| };
|
|
|