Index: third_party/WebCore/svg/SVGZoomAndPan.idl |
diff --git a/third_party/WebCore/svg/SVGZoomAndPan.idl b/third_party/WebCore/svg/SVGZoomAndPan.idl |
index d60ae0ced206a645b5a537ba6e92e55651b7e9a9..37621bb8cb6b26e4a37fa90b2745ab766fc746dd 100644 |
--- a/third_party/WebCore/svg/SVGZoomAndPan.idl |
+++ b/third_party/WebCore/svg/SVGZoomAndPan.idl |
@@ -28,15 +28,14 @@ module svg { |
interface [ |
Conditional=SVG, |
- ObjCProtocol |
+ ObjCProtocol, |
+ SuppressToJSObject |
] SVGZoomAndPan { |
- // Zoom and Pan Types |
const unsigned short SVG_ZOOMANDPAN_UNKNOWN = 0; |
const unsigned short SVG_ZOOMANDPAN_DISABLE = 1; |
const unsigned short SVG_ZOOMANDPAN_MAGNIFY = 2; |
- attribute unsigned short zoomAndPan |
- /*setter raises(DOMException)*/; |
+ attribute unsigned short zoomAndPan; |
}; |
} |