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

Unified Diff: modules/indexeddb/WindowIndexedDatabase.idl

Issue 19605006: Roll IDL to multivm@1316 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 5 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/IDBVersionChangeEvent.idl ('k') | modules/mediasource/DOMWindowMediaSource.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/indexeddb/WindowIndexedDatabase.idl
diff --git a/modules/indexeddb/DOMWindowIndexedDatabase.idl b/modules/indexeddb/WindowIndexedDatabase.idl
similarity index 95%
rename from modules/indexeddb/DOMWindowIndexedDatabase.idl
rename to modules/indexeddb/WindowIndexedDatabase.idl
index bb9982cf538e0c3af0a3cbae9cbf086c262c721b..3823e4f2a5e7402f845bb82fcbbbaa30ce0a95e6 100644
--- a/modules/indexeddb/DOMWindowIndexedDatabase.idl
+++ b/modules/indexeddb/WindowIndexedDatabase.idl
@@ -24,7 +24,9 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-partial interface DOMWindow {
+[
+ ImplementedAs=DOMWindowIndexedDatabase
+] partial interface Window {
[ImplementedAs=indexedDB,MeasureAs=PrefixedIndexedDB] readonly attribute IDBFactory webkitIndexedDB;
[MeasureAs=UnprefixedIndexedDB] readonly attribute IDBFactory indexedDB;
« no previous file with comments | « modules/indexeddb/IDBVersionChangeEvent.idl ('k') | modules/mediasource/DOMWindowMediaSource.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698