Index: Source/core/svg/SVGZoomAndPan.idl |
diff --git a/Source/core/svg/SVGZoomAndPan.idl b/Source/core/svg/SVGZoomAndPan.idl |
index de112e25a6101b6c7d2235b4aeb35b6697729d25..7bcec6c7c77f29fdeb1732ad4fbf610eca8c6eb1 100644 |
--- a/Source/core/svg/SVGZoomAndPan.idl |
+++ b/Source/core/svg/SVGZoomAndPan.idl |
@@ -25,7 +25,7 @@ |
*/ |
[ |
- DoNotGenerateToV8 |
+ NoInterfaceObject |
] interface SVGZoomAndPan { |
const unsigned short SVG_ZOOMANDPAN_UNKNOWN = 0; |
const unsigned short SVG_ZOOMANDPAN_DISABLE = 1; |
@@ -34,3 +34,5 @@ |
attribute unsigned short zoomAndPan; |
}; |
+SVGViewElement implements SVGZoomAndPan; |
+ |