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

Unified Diff: Source/modules/indexeddb/WindowIndexedDatabase.idl

Issue 17031006: Rename DOMWindow interface to Window (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master Created 7 years, 6 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: Source/modules/indexeddb/WindowIndexedDatabase.idl
diff --git a/Source/modules/indexeddb/DOMWindowIndexedDatabase.idl b/Source/modules/indexeddb/WindowIndexedDatabase.idl
similarity index 95%
rename from Source/modules/indexeddb/DOMWindowIndexedDatabase.idl
rename to Source/modules/indexeddb/WindowIndexedDatabase.idl
index bb9982cf538e0c3af0a3cbae9cbf086c262c721b..3823e4f2a5e7402f845bb82fcbbbaa30ce0a95e6 100644
--- a/Source/modules/indexeddb/DOMWindowIndexedDatabase.idl
+++ b/Source/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 | « Source/modules/indexeddb/DOMWindowIndexedDatabase.idl ('k') | Source/modules/mediasource/DOMWindowMediaSource.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698