Index: core/svg/SVGStyleElement.idl |
diff --git a/core/svg/SVGStyleElement.idl b/core/svg/SVGStyleElement.idl |
index a80a727cf2f91e0648d53daaa1e4a86adf121816..482efa960ac3fe74620673930018db6379f4e2ed 100644 |
--- a/core/svg/SVGStyleElement.idl |
+++ b/core/svg/SVGStyleElement.idl |
@@ -28,6 +28,9 @@ interface SVGStyleElement : SVGElement { |
attribute boolean disabled; |
attribute DOMString type; |
attribute DOMString media; |
- attribute DOMString title; |
+ [MeasureAs=SVGStyleElementTitle] attribute DOMString title; |
+ |
+ // DOM Level 2 Style |
+ readonly attribute StyleSheet sheet; |
}; |