| Index: Modules/quota/NavigatorStorageQuota.idl
|
| diff --git a/Modules/geolocation/NavigatorGeolocation.idl b/Modules/quota/NavigatorStorageQuota.idl
|
| similarity index 77%
|
| copy from Modules/geolocation/NavigatorGeolocation.idl
|
| copy to Modules/quota/NavigatorStorageQuota.idl
|
| index c8c5cb263d4b1748453a58957a796affa46c3221..93459473f3ce91f27191eca10ee5ce08b1f5e5e1 100644
|
| --- a/Modules/geolocation/NavigatorGeolocation.idl
|
| +++ b/Modules/quota/NavigatorStorageQuota.idl
|
| @@ -1,5 +1,5 @@
|
| /*
|
| - * Copyright (C) 2012 Google Inc. All rights reserved.
|
| + * Copyright (C) 2013 Google Inc. All rights reserved.
|
| *
|
| * This library is free software; you can redistribute it and/or
|
| * modify it under the terms of the GNU Library General Public
|
| @@ -18,9 +18,9 @@
|
| */
|
|
|
| [
|
| - Conditional=GEOLOCATION,
|
| + Conditional=QUOTA,
|
| Supplemental=Navigator
|
| -] interface NavigatorGeolocation {
|
| - [V8EnabledAtRuntime] readonly attribute Geolocation geolocation;
|
| +] interface NavigatorStorageQuota {
|
| + readonly attribute StorageQuota webkitTemporaryStorage;
|
| + readonly attribute StorageQuota webkitPersistentStorage;
|
| };
|
| -
|
|
|