| Index: Source/core/svg/SVGDocument.idl
 | 
| diff --git a/Source/core/svg/SVGDocument.idl b/Source/core/svg/SVGDocument.idl
 | 
| index 0f1dafc1b167fc841afa4fd754c8e47aa26c2dc8..a57cb2ef6a879b7e19f54d861f6ef3ed987fea0b 100644
 | 
| --- a/Source/core/svg/SVGDocument.idl
 | 
| +++ b/Source/core/svg/SVGDocument.idl
 | 
| @@ -19,7 +19,9 @@
 | 
|   * Boston, MA 02110-1301, USA.
 | 
|   */
 | 
|  
 | 
| -partial interface Document {
 | 
| +[
 | 
| +    ImplementedAs=SVGDocumentExtensions
 | 
| +] partial interface Document {
 | 
|      [MeasureAs=SVGDocumentRootElement] readonly attribute SVGSVGElement        rootElement;
 | 
|  };
 | 
|  
 | 
| 
 |