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

Unified Diff: third_party/WebKit/Source/modules/indexeddb/IDBObserver.idl

Issue 2397363002: Replace hand-written IDBObserverCallback with auto-generated code (Closed)
Patch Set: rebase Created 4 years, 2 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/IDBObserver.idl
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBObserver.idl b/third_party/WebKit/Source/modules/indexeddb/IDBObserver.idl
index 3723dbc41a6a9125842c0d043d447577511575b9..d47aff7f1de4f8774c8df6c51e0e623e9a55add3 100644
--- a/third_party/WebKit/Source/modules/indexeddb/IDBObserver.idl
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBObserver.idl
@@ -4,7 +4,8 @@
// https://github.com/WICG/indexed-db-observers/issues/24
-callback IDBObserverCallback = void (IDBObserverChanges changes);
+[ExperimentalCallbackFunction] callback IDBObserverCallback = void (IDBObserverChanges changes);
+
[
Exposed=(Window,Worker),
CustomConstructor(IDBObserverCallback callback, IDBObserverInit options),

Powered by Google App Engine
This is Rietveld 408576698