Commit f0fa2288 authored by rob.buis@samsung.com's avatar rob.buis@samsung.com

Remove style attribute from SVGElement.idl

This attribute is already present on Element.idl. This change avoids extra bindings code
being written.

Review URL: https://codereview.chromium.org/204983019

git-svn-id: svn://svn.chromium.org/blink/trunk@169887 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent e587d90b
...@@ -31,7 +31,6 @@ ...@@ -31,7 +31,6 @@
attribute DOMString xmlspace; attribute DOMString xmlspace;
[MeasureAs=SVGClassName] readonly attribute SVGAnimatedString className; [MeasureAs=SVGClassName] readonly attribute SVGAnimatedString className;
readonly attribute CSSStyleDeclaration style;
// CSSValue was deprecated in 2003: // CSSValue was deprecated in 2003:
// http://lists.w3.org/Archives/Public/www-style/2003Oct/0347.html // http://lists.w3.org/Archives/Public/www-style/2003Oct/0347.html
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment