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

Unified Diff: third_party/WebKit/Source/modules/indexeddb/IndexedDBClient.h

Issue 2614143002: Use a new Supplement constructor for LocalFrame's supplements (Closed)
Patch Set: Created 3 years, 11 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: third_party/WebKit/Source/modules/indexeddb/IndexedDBClient.h
diff --git a/third_party/WebKit/Source/modules/indexeddb/IndexedDBClient.h b/third_party/WebKit/Source/modules/indexeddb/IndexedDBClient.h
index 3c6b7e29679e98de91aa22785ffab092b4194051..2a1e1c48f204b023d9c367b938e12de7d66d694d 100644
--- a/third_party/WebKit/Source/modules/indexeddb/IndexedDBClient.h
+++ b/third_party/WebKit/Source/modules/indexeddb/IndexedDBClient.h
@@ -49,7 +49,8 @@ class MODULES_EXPORT IndexedDBClient
WTF_MAKE_NONCOPYABLE(IndexedDBClient);
public:
- IndexedDBClient();
+ explicit IndexedDBClient(LocalFrame&);
+ explicit IndexedDBClient(WorkerClients&);
virtual ~IndexedDBClient() {}
DECLARE_VIRTUAL_TRACE();

Powered by Google App Engine
This is Rietveld 408576698