diff options
Diffstat (limited to 'WebCore/bindings/js/JSCSSRuleCustom.cpp')
-rw-r--r-- | WebCore/bindings/js/JSCSSRuleCustom.cpp | 2 |
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(); |