Index: Source/core/dom/Element.idl |
diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl |
index cb325358519fc010d1717ee0005008698869752f..e79a8113b2d5f3da4b61bbba78acb54c88a0a419 100644 |
--- a/Source/core/dom/Element.idl |
+++ b/Source/core/dom/Element.idl |
@@ -103,12 +103,6 @@ |
[MeasureAs=ElementOffsetWidth] readonly attribute long offsetWidth; |
[MeasureAs=ElementOffsetHeight] readonly attribute long offsetHeight; |
- // CSS Object Model (CSSOM) |
- // http://dev.w3.org/csswg/cssom/#the-elementcssinlinestyle-interface |
- // FIXME: style should be on HTMLElement and SVGElement. crbug.com/497376 |
- // FIXME: style should have [PutForwards=cssText]. |
- [SameObject, PerWorldBindings] readonly attribute CSSStyleDeclaration style; |
- |
// HTML |
// https://html.spec.whatwg.org/#htmlelement |
// FIXME: dataset should be on HTMLElement. |