Index: third_party/WebKit/Source/modules/indexeddb/WebIDBObserverImpl.cpp |
diff --git a/third_party/WebKit/Source/modules/indexeddb/WebIDBObserverImpl.cpp b/third_party/WebKit/Source/modules/indexeddb/WebIDBObserverImpl.cpp |
index 3610e284300e18bc3879f0e27cc4158f5083ac62..548bd7d31f0fd727f23608dff5514c5feddad186 100644 |
--- a/third_party/WebKit/Source/modules/indexeddb/WebIDBObserverImpl.cpp |
+++ b/third_party/WebKit/Source/modules/indexeddb/WebIDBObserverImpl.cpp |
@@ -34,4 +34,9 @@ void WebIDBObserverImpl::setId(int32_t id) |
m_id = id; |
} |
+void WebIDBObserverImpl::onChange(const std::vector<WebIDBObservation>& observations, std::vector<int32_t> observationIndex) |
+{ |
+ m_observer->onChange(m_id, observations, std::move(observationIndex)); |
+} |
+ |
} // namespace blink |