Index: webkit/api/src/StorageNamespaceProxy.cpp |
=================================================================== |
--- webkit/api/src/StorageNamespaceProxy.cpp (revision 27125) |
+++ webkit/api/src/StorageNamespaceProxy.cpp (working copy) |
@@ -61,7 +61,7 @@ |
return adoptRef(new StorageNamespaceProxy(m_storageNamespace->copy())); |
} |
-PassRefPtr<StorageArea> StorageNamespaceProxy::storageArea(SecurityOrigin* origin) |
+PassRefPtr<StorageArea> StorageNamespaceProxy::storageArea(PassRefPtr<SecurityOrigin> origin) |
{ |
return adoptRef(new StorageAreaProxy(m_storageNamespace->createStorageArea(origin->toString()))); |
} |