| Index: third_party/WebKit/Source/core/svg/SVGElement.idl
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGElement.idl b/third_party/WebKit/Source/core/svg/SVGElement.idl
|
| index 56b61321e2b400152c387fface35ffe63329c28c..bace75e580233cb802034817ba87d3d4ef915af4 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGElement.idl
|
| +++ b/third_party/WebKit/Source/core/svg/SVGElement.idl
|
| @@ -24,7 +24,9 @@
|
|
|
| interface SVGElement : Element {
|
| [RuntimeEnabled=SVG1DOM, MeasureAs=SVGClassName] readonly attribute SVGAnimatedString className;
|
| - readonly attribute CSSStyleDeclaration style;
|
| + // CSS Object Model (CSSOM)
|
| + // http://dev.w3.org/csswg/cssom/#the-elementcssinlinestyle-interface
|
| + [SameObject, PutForwards=cssText] readonly attribute CSSStyleDeclaration style;
|
|
|
| readonly attribute SVGSVGElement? ownerSVGElement;
|
| readonly attribute SVGElement? viewportElement;
|
|
|