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

Unified Diff: Modules/indexeddb/IDBVersionChangeEvent.idl

Issue 14107003: Update WebKit IDLs after chrome roll. (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: reupload again. Created 7 years, 8 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/IDBTransaction.idl ('k') | Modules/indexeddb/WorkerContextIndexedDatabase.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Modules/indexeddb/IDBVersionChangeEvent.idl
diff --git a/Modules/indexeddb/IDBVersionChangeEvent.idl b/Modules/indexeddb/IDBVersionChangeEvent.idl
index e92192831f49cd947501bf1ae815f2af85f21905..e349114b9e09315a2153d77f2fc8d207df193260 100644
--- a/Modules/indexeddb/IDBVersionChangeEvent.idl
+++ b/Modules/indexeddb/IDBVersionChangeEvent.idl
@@ -23,10 +23,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-[
- Conditional=INDEXED_DATABASE,
- JSNoStaticTables
-] interface IDBVersionChangeEvent : Event {
+interface IDBVersionChangeEvent : Event {
readonly attribute IDBAny oldVersion;
readonly attribute IDBAny newVersion;
};
« no previous file with comments | « Modules/indexeddb/IDBTransaction.idl ('k') | Modules/indexeddb/WorkerContextIndexedDatabase.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698