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

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

Issue 17035010: Revert "Rename DOMWindow interface to Window" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« no previous file with comments | « Source/modules/filesystem/WindowFileSystem.idl ('k') | Source/modules/indexeddb/WindowIndexedDatabase.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/indexeddb/DOMWindowIndexedDatabase.idl
diff --git a/Source/modules/indexeddb/WindowIndexedDatabase.idl b/Source/modules/indexeddb/DOMWindowIndexedDatabase.idl
similarity index 95%
rename from Source/modules/indexeddb/WindowIndexedDatabase.idl
rename to Source/modules/indexeddb/DOMWindowIndexedDatabase.idl
index 3823e4f2a5e7402f845bb82fcbbbaa30ce0a95e6..bb9982cf538e0c3af0a3cbae9cbf086c262c721b 100644
--- a/Source/modules/indexeddb/WindowIndexedDatabase.idl
+++ b/Source/modules/indexeddb/DOMWindowIndexedDatabase.idl
@@ -24,9 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-[
- ImplementedAs=DOMWindowIndexedDatabase
-] partial interface Window {
+partial interface DOMWindow {
[ImplementedAs=indexedDB,MeasureAs=PrefixedIndexedDB] readonly attribute IDBFactory webkitIndexedDB;
[MeasureAs=UnprefixedIndexedDB] readonly attribute IDBFactory indexedDB;
« no previous file with comments | « Source/modules/filesystem/WindowFileSystem.idl ('k') | Source/modules/indexeddb/WindowIndexedDatabase.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698