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

Unified Diff: Source/modules/indexeddb/IDBTransaction.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
« no previous file with comments | « Source/modules/indexeddb/IDBObjectStore.idl ('k') | Source/modules/indexeddb/IDBVersionChangeEventInit.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/indexeddb/IDBTransaction.idl
diff --git a/Source/modules/indexeddb/IDBTransaction.idl b/Source/modules/indexeddb/IDBTransaction.idl
index 8c86f14fdfc765af82f59621756cf166bbcefe6c..17f6de558bc67f248de7745e0d046a25ffa6cd75 100644
--- a/Source/modules/indexeddb/IDBTransaction.idl
+++ b/Source/modules/indexeddb/IDBTransaction.idl
@@ -24,7 +24,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-// FIXME: de-duplicate this when crbug.com/390758 is fixed.
enum IDBTransactionMode {
"readonly",
"readwrite",
« no previous file with comments | « Source/modules/indexeddb/IDBObjectStore.idl ('k') | Source/modules/indexeddb/IDBVersionChangeEventInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698