summaryrefslogtreecommitdiffstats
path: root/WebCore/html/canvas/CanvasGradient.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/canvas/CanvasGradient.idl')
-rw-r--r--WebCore/html/canvas/CanvasGradient.idl3
1 files changed, 1 insertions, 2 deletions
diff --git a/WebCore/html/canvas/CanvasGradient.idl b/WebCore/html/canvas/CanvasGradient.idl
index 32813bc..a925a26 100644
--- a/WebCore/html/canvas/CanvasGradient.idl
+++ b/WebCore/html/canvas/CanvasGradient.idl
@@ -27,8 +27,7 @@ module html {
interface [
InterfaceUUID=bb1108ea-6b8c-4a08-894a-218628630cdb,
- ImplementationUUID=a2942ae6-2731-4286-98cc-9d5e79e20de1,
- OmitConstructor
+ ImplementationUUID=a2942ae6-2731-4286-98cc-9d5e79e20de1
] CanvasGradient {
void addColorStop(in float offset, in DOMString color)