| Index: Source/core/svg/SVGStyleElement.idl | 
| diff --git a/Source/core/svg/SVGStyleElement.idl b/Source/core/svg/SVGStyleElement.idl | 
| index a80a727cf2f91e0648d53daaa1e4a86adf121816..52aa96caa5b5c0d9d769d203b9f731e47a56b0ba 100644 | 
| --- a/Source/core/svg/SVGStyleElement.idl | 
| +++ b/Source/core/svg/SVGStyleElement.idl | 
| @@ -28,6 +28,6 @@ interface SVGStyleElement : SVGElement { | 
| attribute boolean disabled; | 
| attribute DOMString type; | 
| attribute DOMString media; | 
| -    attribute DOMString title; | 
| +    [MeasureAs=SVGStyleElementTitle] attribute DOMString title; | 
| }; | 
|  | 
|  |