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

Unified Diff: Source/modules/indexeddb/PageGroupIndexedDatabase.h

Issue 165443003: Pass implementation object to supplemental classes by reference (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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
Index: Source/modules/indexeddb/PageGroupIndexedDatabase.h
diff --git a/Source/modules/indexeddb/PageGroupIndexedDatabase.h b/Source/modules/indexeddb/PageGroupIndexedDatabase.h
index b9ff9b5c85da9d11efb73cb30a3afdea098edf17..e4f0180a85746a7096d0e27d0ed0b0890b461f14 100644
--- a/Source/modules/indexeddb/PageGroupIndexedDatabase.h
+++ b/Source/modules/indexeddb/PageGroupIndexedDatabase.h
@@ -36,7 +36,7 @@ class PageGroup;
class PageGroupIndexedDatabase FINAL : public Supplement<PageGroup> {
public:
virtual ~PageGroupIndexedDatabase();
- static PageGroupIndexedDatabase* from(PageGroup&);
+ static PageGroupIndexedDatabase& from(PageGroup&);
IDBFactoryBackendInterface* factoryBackend();
« no previous file with comments | « Source/modules/indexeddb/InspectorIndexedDBAgent.cpp ('k') | Source/modules/indexeddb/PageGroupIndexedDatabase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698