summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings/js/JSCSSValueCustom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bindings/js/JSCSSValueCustom.cpp')
-rw-r--r--WebCore/bindings/js/JSCSSValueCustom.cpp2
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();