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

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

Issue 2408083003: Drop [ExperimentalCallbackFunction] (Closed)
Patch Set: Update tests and expectations 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
« no previous file with comments | « third_party/WebKit/Source/core/timing/PerformanceObserver.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d47aff7f1de4f8774c8df6c51e0e623e9a55add3..acb4e444d9defd3efabd2a4212ed4bf1f9cf230e 100644
--- a/third_party/WebKit/Source/modules/indexeddb/IDBObserver.idl
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBObserver.idl
@@ -4,7 +4,7 @@
// https://github.com/WICG/indexed-db-observers/issues/24
-[ExperimentalCallbackFunction] callback IDBObserverCallback = void (IDBObserverChanges changes);
+callback IDBObserverCallback = void (IDBObserverChanges changes);
[
Exposed=(Window,Worker),
« no previous file with comments | « third_party/WebKit/Source/core/timing/PerformanceObserver.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698