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

Unified Diff: third_party/WebCore/Modules/indexeddb/IDBUpgradeNeededEvent.idl

Issue 10831389: Roll IDL to mutlivm@775. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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/WebCore/Modules/indexeddb/IDBUpgradeNeededEvent.idl
diff --git a/third_party/WebCore/Modules/indexeddb/IDBVersionChangeRequest.idl b/third_party/WebCore/Modules/indexeddb/IDBUpgradeNeededEvent.idl
similarity index 84%
copy from third_party/WebCore/Modules/indexeddb/IDBVersionChangeRequest.idl
copy to third_party/WebCore/Modules/indexeddb/IDBUpgradeNeededEvent.idl
index 2aa238a8b49aef3b26c203f804663846a4cc6889..32999548f46126df6b1b0669810015c62c27ebea 100644
--- a/third_party/WebCore/Modules/indexeddb/IDBVersionChangeRequest.idl
+++ b/third_party/WebCore/Modules/indexeddb/IDBUpgradeNeededEvent.idl
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011 Google Inc. All rights reserved.
+ * Copyright (C) 2012 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -27,9 +27,9 @@ module storage {
interface [
Conditional=INDEXED_DATABASE,
- ActiveDOMObject,
- EventTarget
- ] IDBVersionChangeRequest : IDBRequest {
- attribute EventListener onblocked;
+ InterfaceName=IDBVersionChangeEvent
+ ] IDBUpgradeNeededEvent : Event {
+ readonly attribute unsigned long long oldVersion;
+ readonly attribute unsigned long long newVersion;
};
}
« no previous file with comments | « third_party/WebCore/Modules/indexeddb/IDBOpenDBRequest.idl ('k') | third_party/WebCore/Modules/mediasource/SourceBuffer.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698