diff options
Diffstat (limited to 'WebCore/bindings/js/JSSVGPathSegCustom.cpp')
-rw-r--r-- | WebCore/bindings/js/JSSVGPathSegCustom.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/bindings/js/JSSVGPathSegCustom.cpp b/WebCore/bindings/js/JSSVGPathSegCustom.cpp index 8c0a4ef..b7490e7 100644 --- a/WebCore/bindings/js/JSSVGPathSegCustom.cpp +++ b/WebCore/bindings/js/JSSVGPathSegCustom.cpp @@ -59,7 +59,7 @@ using namespace JSC; namespace WebCore { -JSValue* toJS(ExecState* exec, SVGPathSeg* object, SVGElement* context) +JSValuePtr toJS(ExecState* exec, SVGPathSeg* object, SVGElement* context) { if (!object) return jsNull(); |