Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Unified Diff: webkit/api/src/StorageNamespaceProxy.h

Issue 219038: Match the new interfaces used for StorageNamespace in WebKit... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | webkit/api/src/StorageNamespaceProxy.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/api/src/StorageNamespaceProxy.h
===================================================================
--- webkit/api/src/StorageNamespaceProxy.h (revision 27125)
+++ webkit/api/src/StorageNamespaceProxy.h (working copy)
@@ -38,7 +38,7 @@
public:
StorageNamespaceProxy(WebKit::WebStorageNamespace* storageNamespace);
virtual ~StorageNamespaceProxy();
- virtual PassRefPtr<StorageArea> storageArea(SecurityOrigin*);
+ virtual PassRefPtr<StorageArea> storageArea(PassRefPtr<SecurityOrigin>);
virtual PassRefPtr<StorageNamespace> copy();
virtual void close();
virtual void unlock();
« no previous file with comments | « DEPS ('k') | webkit/api/src/StorageNamespaceProxy.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698