diff options
Diffstat (limited to 'WebCore/svg/SVGPathSeg.idl')
-rw-r--r-- | WebCore/svg/SVGPathSeg.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/svg/SVGPathSeg.idl b/WebCore/svg/SVGPathSeg.idl index 3076750..597b01d 100644 --- a/WebCore/svg/SVGPathSeg.idl +++ b/WebCore/svg/SVGPathSeg.idl @@ -1,6 +1,6 @@ /* * Copyright (C) 2006 Samuel Weinig <sam.weinig@gmail.com> - * Copyright (C) 2006 Apple Computer, Inc. + * Copyright (C) 2006, 2009 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -26,7 +26,7 @@ module svg { - interface [Conditional=SVG, GenerateConstructor, ObjCCustomInternalImpl] SVGPathSeg { + interface [Conditional=SVG, GenerateConstructor, Polymorphic] SVGPathSeg { // Path Segment Types const unsigned short PATHSEG_UNKNOWN = 0; const unsigned short PATHSEG_CLOSEPATH = 1; |