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

Unified Diff: webkit/port/page/DOMWindow.idl

Issue 9627: mcHammer merge DOMWindow.idl ENABLE_DATABASE (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/branches/chrome_webkit_merge_branch/src/
Patch Set: Created 12 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/port/page/DOMWindow.idl
===================================================================
--- webkit/port/page/DOMWindow.idl (revision 4816)
+++ webkit/port/page/DOMWindow.idl (working copy)
@@ -143,7 +143,8 @@
#if ENABLE_OFFLINE_WEB_APPLICATIONS
readonly attribute DOMApplicationCache applicationCache;
#endif
-#if ENABLE_DATABASE
+#if 0 && ENABLE_DATABASE
+ // Temporarily disabled until database binding support for v8 is up to snuff
Database openDatabase(in DOMString name, in DOMString version, in DOMString displayName, in unsigned long estimatedSize)
raises(DOMException);
#endif
Property changes on: webkit/port/page/DOMWindow.idl
___________________________________________________________________
Added: svn:mergeinfo
Merged /branches/chrome_webkit_merge_branch/src/webkit/port/page/DOMWindow.idl:r3734-4217
Merged /trunk/src/webkit/port/page/DOMWindow.idl:r4618
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698