| Index: Source/modules/webdatabase/WindowWebDatabase.idl
|
| diff --git a/Source/modules/webdatabase/DOMWindowWebDatabase.idl b/Source/modules/webdatabase/WindowWebDatabase.idl
|
| similarity index 96%
|
| rename from Source/modules/webdatabase/DOMWindowWebDatabase.idl
|
| rename to Source/modules/webdatabase/WindowWebDatabase.idl
|
| index 0d525e8e863025530c3b903836889ac9bcc13e0d..842c79bf5abafff64a0f42a442a63a236f55e1fb 100644
|
| --- a/Source/modules/webdatabase/DOMWindowWebDatabase.idl
|
| +++ b/Source/modules/webdatabase/WindowWebDatabase.idl
|
| @@ -24,7 +24,9 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -partial interface DOMWindow {
|
| +[
|
| + ImplementedAs=DOMWindowWebDatabase
|
| +] partial interface Window {
|
| [EnabledAtRuntime=database, MeasureAs=OpenWebDatabase, PerWorldBindings, ActivityLog=AccessForIsolatedWorlds, RaisesException] Database openDatabase(DOMString name, DOMString version, DOMString displayName, unsigned long estimatedSize, optional DatabaseCallback creationCallback);
|
| };
|
|
|
|
|