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

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

Issue 2062203004: IDBObserver: Lifetime Management: Adding Observer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Observer moved to connection Created 4 years, 6 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/IDBObserverChangesRecord.h
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBObserverChangesRecord.h b/third_party/WebKit/Source/modules/indexeddb/IDBObserverChangesRecord.h
index 329815214565f2b068f8d36072d8dffa0e6423f8..211b8a92a8ea6a0edd066df9c565afb40e2de903 100644
--- a/third_party/WebKit/Source/modules/indexeddb/IDBObserverChangesRecord.h
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBObserverChangesRecord.h
@@ -10,6 +10,7 @@
#include "platform/heap/Handle.h"
#include "public/platform/modules/indexeddb/WebIDBTypes.h"
#include "wtf/PassRefPtr.h"
+#include "wtf/RefPtr.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698