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

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

Issue 1277653006: Oilpan: convert DOMWindowIndexedDatabase::m_window to a Member<>. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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 | « no previous file | Source/modules/indexeddb/DOMWindowIndexedDatabase.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/indexeddb/DOMWindowIndexedDatabase.h
diff --git a/Source/modules/indexeddb/DOMWindowIndexedDatabase.h b/Source/modules/indexeddb/DOMWindowIndexedDatabase.h
index e065c9c502de629a4c7a022982bd960553e05bab..9a072342d3c4b996d955e1ff2b80ec18e978c66e 100644
--- a/Source/modules/indexeddb/DOMWindowIndexedDatabase.h
+++ b/Source/modules/indexeddb/DOMWindowIndexedDatabase.h
@@ -54,7 +54,7 @@ private:
IDBFactory* indexedDB();
static const char* supplementName();
- LocalDOMWindow& m_window;
+ RawPtrWillBeMember<LocalDOMWindow> m_window;
PersistentWillBeMember<IDBFactory> m_idbFactory;
};
« no previous file with comments | « no previous file | Source/modules/indexeddb/DOMWindowIndexedDatabase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698