| Index: third_party/WebCore/Modules/quota/DOMWindowQuota.idl
|
| diff --git a/third_party/WebCore/page/WebKitPoint.idl b/third_party/WebCore/Modules/quota/DOMWindowQuota.idl
|
| similarity index 86%
|
| copy from third_party/WebCore/page/WebKitPoint.idl
|
| copy to third_party/WebCore/Modules/quota/DOMWindowQuota.idl
|
| index e44fd2104fb36969f4cc31de641fe230cd296282..d4c65c43f3443e6abb05d1bdcb71a784ad2688e6 100644
|
| --- a/third_party/WebCore/page/WebKitPoint.idl
|
| +++ b/third_party/WebCore/Modules/quota/DOMWindowQuota.idl
|
| @@ -1,5 +1,5 @@
|
| /*
|
| - * Copyright (C) 2009, 2010 Apple Inc. All rights reserved.
|
| + * Copyright (C) 2012 Google Inc. All rights reserved.
|
| *
|
| * Redistribution and use in source and binary forms, with or without
|
| * modification, are permitted provided that the following conditions
|
| @@ -20,17 +20,17 @@
|
| * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
|
| * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
| * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| + * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| module window {
|
|
|
| interface [
|
| - CustomConstructor,
|
| - ConstructorParameters=2
|
| - ] WebKitPoint {
|
| - attribute float x;
|
| - attribute float y;
|
| + Conditional=QUOTA,
|
| + Supplemental=DOMWindow
|
| + ] DOMWindowQuota {
|
| + readonly attribute StorageInfo webkitStorageInfo;
|
| };
|
|
|
| }
|
| +
|
|
|