Chromium Code Reviews| 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; |