summaryrefslogtreecommitdiff
path: root/Source/WebCore/bindings/js/WebCoreJSClientData.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/bindings/js/WebCoreJSClientData.h')
-rw-r--r--Source/WebCore/bindings/js/WebCoreJSClientData.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/bindings/js/WebCoreJSClientData.h b/Source/WebCore/bindings/js/WebCoreJSClientData.h
index 6e2d7bed3..44d1d450c 100644
--- a/Source/WebCore/bindings/js/WebCoreJSClientData.h
+++ b/Source/WebCore/bindings/js/WebCoreJSClientData.h
@@ -47,7 +47,7 @@ public:
DOMWrapperWorld* normalWorld() { return m_normalWorld.get(); }
- void getAllWorlds(Vector<DOMWrapperWorld*>& worlds)
+ void getAllWorlds(Vector<RefPtr<DOMWrapperWorld> >& worlds)
{
copyToVector(m_worldSet, worlds);
}