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

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: Implements Map in IDBObserverChanges idl 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..ca4f2eddf887782ee48a6bcb354a98495d6bd996 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 handleEvent(IDBObserverChanges&, IDBObserver&) override;
dmurph 2016/07/13 23:29:13 nit: since we're technically not an event, can you
palakj1 2016/07/14 17:52:06 Thanks for pointing that out. Changed
ExecutionContext* getExecutionContext() const override { return ContextLifecycleObserver::getExecutionContext(); }
private:
ScopedPersistent<v8::Function> m_callback;

Powered by Google App Engine
This is Rietveld 408576698