diff options
Diffstat (limited to 'WebCore/bindings/js/JSCSSValueCustom.cpp')
-rw-r--r-- | WebCore/bindings/js/JSCSSValueCustom.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/bindings/js/JSCSSValueCustom.cpp b/WebCore/bindings/js/JSCSSValueCustom.cpp index 85868c3..9e31304 100644 --- a/WebCore/bindings/js/JSCSSValueCustom.cpp +++ b/WebCore/bindings/js/JSCSSValueCustom.cpp @@ -44,7 +44,7 @@ using namespace JSC; namespace WebCore { -JSValue* toJS(ExecState* exec, CSSValue* value) +JSValuePtr toJS(ExecState* exec, CSSValue* value) { if (!value) return jsNull(); |