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

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

Issue 2390483002: Drop [RuntimeEnabled] for all IDL dictionaries (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/IDBObserverInit.idl
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBObserverInit.idl b/third_party/WebKit/Source/modules/indexeddb/IDBObserverInit.idl
index 3d7260484f4edb1b667f5c5a1ea7d7fdb6d801de..d22dfbd44674d2af969e3c2fc09f2e358be682d9 100644
--- a/third_party/WebKit/Source/modules/indexeddb/IDBObserverInit.idl
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBObserverInit.idl
@@ -4,9 +4,7 @@
// https://github.com/WICG/indexed-db-observers/blob/gh-pages/EXPLAINER.md#options-argument
-[
- RuntimeEnabled=IDBObserver
-] dictionary IDBObserverInit {
+dictionary IDBObserverInit {
boolean transaction = false;
boolean values = false;
boolean noRecords = false;

Powered by Google App Engine
This is Rietveld 408576698