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

Unified Diff: third_party/WebCore/Modules/indexeddb/IDBOpenDBRequest.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/IDBOpenDBRequest.idl
diff --git a/third_party/WebCore/Modules/indexeddb/IDBVersionChangeRequest.idl b/third_party/WebCore/Modules/indexeddb/IDBOpenDBRequest.idl
similarity index 91%
copy from third_party/WebCore/Modules/indexeddb/IDBVersionChangeRequest.idl
copy to third_party/WebCore/Modules/indexeddb/IDBOpenDBRequest.idl
index 2aa238a8b49aef3b26c203f804663846a4cc6889..1e46a52e1504f1f53b484b5c3dc6682b11931c1d 100644
--- a/third_party/WebCore/Modules/indexeddb/IDBVersionChangeRequest.idl
+++ b/third_party/WebCore/Modules/indexeddb/IDBOpenDBRequest.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
@@ -29,7 +29,8 @@ module storage {
Conditional=INDEXED_DATABASE,
ActiveDOMObject,
EventTarget
- ] IDBVersionChangeRequest : IDBRequest {
+ ] IDBOpenDBRequest : IDBRequest {
attribute EventListener onblocked;
+ attribute EventListener onupgradeneeded;
};
}

Powered by Google App Engine
This is Rietveld 408576698