summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings/js/JSCSSRuleCustom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bindings/js/JSCSSRuleCustom.cpp')
-rw-r--r--WebCore/bindings/js/JSCSSRuleCustom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/bindings/js/JSCSSRuleCustom.cpp b/WebCore/bindings/js/JSCSSRuleCustom.cpp
index 1e0fac3..32462fa 100644
--- a/WebCore/bindings/js/JSCSSRuleCustom.cpp
+++ b/WebCore/bindings/js/JSCSSRuleCustom.cpp
@@ -49,7 +49,7 @@ using namespace JSC;
namespace WebCore {
-JSValue* toJS(ExecState* exec, CSSRule* rule)
+JSValuePtr toJS(ExecState* exec, CSSRule* rule)
{
if (!rule)
return jsNull();