| Index: third_party/WebKit/Source/core/html/HTMLElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLElement.idl b/third_party/WebKit/Source/core/html/HTMLElement.idl
|
| index 9b9a3dccaded875814a3f1cbeda6fda07cba0c54..d39a27a05e6a0f0dcf5b4336536e86351c8aa67c 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLElement.idl
|
| @@ -54,8 +54,7 @@ interface HTMLElement : Element {
|
|
|
| // CSS Object Model (CSSOM)
|
| // http://dev.w3.org/csswg/cssom/#the-elementcssinlinestyle-interface
|
| - // FIXME: style should have [PutForwards=cssText].
|
| - [SameObject, PerWorldBindings] readonly attribute CSSStyleDeclaration style;
|
| + [SameObject, PerWorldBindings, PutForwards=cssText] readonly attribute CSSStyleDeclaration style;
|
|
|
| // Non-standard APIs
|
| [TreatNullAs=NullString, CustomElementCallbacks, RaisesException=Setter, MeasureAs=HTMLElementInnerText] attribute DOMString innerText;
|
|
|