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

Unified Diff: third_party/WebKit/Source/bindings/modules/v8/V8IDBObserverCallback.h

Issue 2125213002: [IndexedDB] Propogating changes to observers : Renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lifetime
Patch Set: Minor fix Created 4 years, 5 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/bindings/modules/v8/V8IDBObserverCallback.h
diff --git a/third_party/WebKit/Source/bindings/modules/v8/V8IDBObserverCallback.h b/third_party/WebKit/Source/bindings/modules/v8/V8IDBObserverCallback.h
index cfb8cbf5ae2ff8a8d8d2365f01c7815145d73362..84b438c02d3c5b62c83cb706edb4ac66421e1ff4 100644
--- a/third_party/WebKit/Source/bindings/modules/v8/V8IDBObserverCallback.h
+++ b/third_party/WebKit/Source/bindings/modules/v8/V8IDBObserverCallback.h
@@ -21,6 +21,7 @@ public:
DECLARE_VIRTUAL_TRACE();
+ void handleChanges(IDBObserverChanges&, IDBObserver&) override;
ExecutionContext* getExecutionContext() const override { return ContextLifecycleObserver::getExecutionContext(); }
private:
ScopedPersistent<v8::Function> m_callback;

Powered by Google App Engine
This is Rietveld 408576698