summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/bindings/js/JSAudioConstructor.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/bindings/js/JSAudioConstructor.h')
-rw-r--r--Source/WebCore/bindings/js/JSAudioConstructor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/bindings/js/JSAudioConstructor.h b/Source/WebCore/bindings/js/JSAudioConstructor.h
index be0b800..1440355 100644
--- a/Source/WebCore/bindings/js/JSAudioConstructor.h
+++ b/Source/WebCore/bindings/js/JSAudioConstructor.h
@@ -38,7 +38,7 @@ namespace WebCore {
public:
JSAudioConstructor(JSC::ExecState*, JSDOMGlobalObject*);
- static PassRefPtr<JSC::Structure> createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype)
+ static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype)
{
return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
}