Chromium Code Reviews| Index: core/svg/SVGDocument.idl |
| diff --git a/core/svg/SVGDocument.idl b/core/svg/SVGDocument.idl |
| index 64ec90c33c8df21d3657d84cd4d328bd0f17fced..dced4119455eaead2fb82ff0317eb613883a694c 100644 |
| --- a/core/svg/SVGDocument.idl |
| +++ b/core/svg/SVGDocument.idl |
| @@ -19,9 +19,7 @@ |
| * Boston, MA 02110-1301, USA. |
| */ |
| -[ |
| - CustomToV8 |
| -] interface SVGDocument : Document { |
| +interface SVGDocument : Document { |
| readonly attribute SVGSVGElement rootElement; |
| // Overwrite the one in events::DocumentEvent |