Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(149)

Unified Diff: third_party/WebCore/svg/SVGZoomAndPan.idl

Issue 10443097: Revert "Roll IDL to multivm@567" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebCore/svg/SVGViewSpec.idl ('k') | third_party/WebCore/testing/InternalSettings.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/svg/SVGZoomAndPan.idl
diff --git a/third_party/WebCore/svg/SVGZoomAndPan.idl b/third_party/WebCore/svg/SVGZoomAndPan.idl
index 37621bb8cb6b26e4a37fa90b2745ab766fc746dd..d60ae0ced206a645b5a537ba6e92e55651b7e9a9 100644
--- a/third_party/WebCore/svg/SVGZoomAndPan.idl
+++ b/third_party/WebCore/svg/SVGZoomAndPan.idl
@@ -28,14 +28,15 @@ module svg {
interface [
Conditional=SVG,
- ObjCProtocol,
- SuppressToJSObject
+ ObjCProtocol
] 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;
+ attribute unsigned short zoomAndPan
+ /*setter raises(DOMException)*/;
};
}
« no previous file with comments | « third_party/WebCore/svg/SVGViewSpec.idl ('k') | third_party/WebCore/testing/InternalSettings.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698