summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGSVGElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGSVGElement.idl')
-rw-r--r--WebCore/svg/SVGSVGElement.idl3
1 files changed, 1 insertions, 2 deletions
diff --git a/WebCore/svg/SVGSVGElement.idl b/WebCore/svg/SVGSVGElement.idl
index 32b4e3c..b188894 100644
--- a/WebCore/svg/SVGSVGElement.idl
+++ b/WebCore/svg/SVGSVGElement.idl
@@ -56,8 +56,7 @@ module svg {
readonly attribute SVGPoint currentTranslate;
unsigned long suspendRedraw(in unsigned long maxWaitMilliseconds);
- void unsuspendRedraw(in unsigned long suspendHandleId)
- setter raises(DOMException);
+ void unsuspendRedraw(in unsigned long suspendHandleId);
void unsuspendRedrawAll();
void forceRedraw();
void pauseAnimations();