summaryrefslogtreecommitdiff
path: root/Source/WebCore/svg/SVGPathSeg.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/SVGPathSeg.idl')
-rw-r--r--Source/WebCore/svg/SVGPathSeg.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/WebCore/svg/SVGPathSeg.idl b/Source/WebCore/svg/SVGPathSeg.idl
index e277b37a5..2d909417d 100644
--- a/Source/WebCore/svg/SVGPathSeg.idl
+++ b/Source/WebCore/svg/SVGPathSeg.idl
@@ -25,12 +25,9 @@
*/
[
- Conditional=SVG,
CustomToJSObject,
- ObjCPolymorphic,
ImplementationLacksVTable
] interface SVGPathSeg {
- // Path Segment Types
const unsigned short PATHSEG_UNKNOWN = 0;
const unsigned short PATHSEG_CLOSEPATH = 1;
const unsigned short PATHSEG_MOVETO_ABS = 2;
@@ -55,4 +52,3 @@
readonly attribute unsigned short pathSegType;
readonly attribute DOMString pathSegTypeAsLetter;
};
-