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

Unified Diff: modules/indexeddb/IDBTransaction.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 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 | « modules/indexeddb/IDBRequest.idl ('k') | modules/mediacapturefromelement/CanvasCaptureMediaStreamTrack.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/indexeddb/IDBTransaction.idl
diff --git a/modules/indexeddb/IDBTransaction.idl b/modules/indexeddb/IDBTransaction.idl
index 7f567590b79b3cd2971923a045bdaa121d7e9bdf..abe303d05e3411679598542f209f49a887690704 100644
--- a/modules/indexeddb/IDBTransaction.idl
+++ b/modules/indexeddb/IDBTransaction.idl
@@ -1,4 +1,4 @@
- /*
+/*
* Copyright (C) 2010 Google Inc. All rights reserved.
* Copyright (C) 2011 Apple Inc. All rights reserved.
*
@@ -36,15 +36,15 @@ enum IDBTransactionMode {
[
Exposed=(Window,Worker),
- ActiveDOMObject,
+ DependentLifetime,
GarbageCollected
] interface IDBTransaction : EventTarget {
// Properties
- [RuntimeEnabled=IndexedDBExperimental, Measure] readonly attribute DOMStringList objectStoreNames;
+ [Measure] readonly attribute DOMStringList objectStoreNames;
readonly attribute IDBTransactionMode mode;
readonly attribute IDBDatabase db;
- [Measure] readonly attribute DOMError error;
+ readonly attribute DOMException error;
// Methods
[RaisesException] IDBObjectStore objectStore (DOMString name);
« no previous file with comments | « modules/indexeddb/IDBRequest.idl ('k') | modules/mediacapturefromelement/CanvasCaptureMediaStreamTrack.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698