| Index: Source/core/svg/SVGStyleElement.idl
|
| diff --git a/Source/core/svg/SVGStyleElement.idl b/Source/core/svg/SVGStyleElement.idl
|
| index 52aa96caa5b5c0d9d769d203b9f731e47a56b0ba..482efa960ac3fe74620673930018db6379f4e2ed 100644
|
| --- a/Source/core/svg/SVGStyleElement.idl
|
| +++ b/Source/core/svg/SVGStyleElement.idl
|
| @@ -29,5 +29,8 @@ interface SVGStyleElement : SVGElement {
|
| attribute DOMString type;
|
| attribute DOMString media;
|
| [MeasureAs=SVGStyleElementTitle] attribute DOMString title;
|
| +
|
| + // DOM Level 2 Style
|
| + readonly attribute StyleSheet sheet;
|
| };
|
|
|
|
|