summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/bridge/objc/objc_instance.mm
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/bridge/objc/objc_instance.mm')
-rw-r--r--Source/WebCore/bridge/objc/objc_instance.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/bridge/objc/objc_instance.mm b/Source/WebCore/bridge/objc/objc_instance.mm
index 4f93cfa..61c67cb 100644
--- a/Source/WebCore/bridge/objc/objc_instance.mm
+++ b/Source/WebCore/bridge/objc/objc_instance.mm
@@ -184,7 +184,7 @@ public:
ASSERT(inherits(&s_info));
}
- static PassRefPtr<Structure> createStructure(JSGlobalData& globalData, JSValue prototype)
+ static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
{
return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
}