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

Unified Diff: Source/modules/indexeddb/IDBVersionChangeEventInit.idl

Issue 831483004: IDL: Make enums have global visibility (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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: Source/modules/indexeddb/IDBVersionChangeEventInit.idl
diff --git a/Source/modules/indexeddb/IDBVersionChangeEventInit.idl b/Source/modules/indexeddb/IDBVersionChangeEventInit.idl
index 0c13ba821019e97f4f4daff6d8bf3ce7a99bd07f..2441f6b4351126fda8c48b86ad7a3f6ff0b9ebd1 100644
--- a/Source/modules/indexeddb/IDBVersionChangeEventInit.idl
+++ b/Source/modules/indexeddb/IDBVersionChangeEventInit.idl
@@ -2,10 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// FIXME: This enum is non-standard, see
-// https://www.w3.org/Bugs/Public/show_bug.cgi?id=22370
-enum IDBDataLossAmount { "none", "total" };
-
dictionary IDBVersionChangeEventInit : EventInit {
unsigned long long oldVersion = 0;
unsigned long long? newVersion = null;
« no previous file with comments | « Source/modules/indexeddb/IDBTransaction.idl ('k') | Source/modules/mediastream/RTCSessionDescriptionInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698