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

Unified Diff: Source/modules/webdatabase/DOMWindowWebDatabase.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/speech/WindowSpeechSynthesis.idl ('k') | Source/modules/webdatabase/WindowWebDatabase.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webdatabase/DOMWindowWebDatabase.idl
diff --git a/Source/modules/webdatabase/WindowWebDatabase.idl b/Source/modules/webdatabase/DOMWindowWebDatabase.idl
similarity index 96%
rename from Source/modules/webdatabase/WindowWebDatabase.idl
rename to Source/modules/webdatabase/DOMWindowWebDatabase.idl
index 842c79bf5abafff64a0f42a442a63a236f55e1fb..0d525e8e863025530c3b903836889ac9bcc13e0d 100644
--- a/Source/modules/webdatabase/WindowWebDatabase.idl
+++ b/Source/modules/webdatabase/DOMWindowWebDatabase.idl
@@ -24,9 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-[
- ImplementedAs=DOMWindowWebDatabase
-] partial interface Window {
+partial interface DOMWindow {
[EnabledAtRuntime=database, MeasureAs=OpenWebDatabase, PerWorldBindings, ActivityLog=AccessForIsolatedWorlds, RaisesException] Database openDatabase(DOMString name, DOMString version, DOMString displayName, unsigned long estimatedSize, optional DatabaseCallback creationCallback);
};
« no previous file with comments | « Source/modules/speech/WindowSpeechSynthesis.idl ('k') | Source/modules/webdatabase/WindowWebDatabase.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698