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

Unified Diff: third_party/WebCore/Modules/quota/DOMWindowQuota.idl

Issue 10542124: Roll IDL to multivm@603 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
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;
};
}
+
« no previous file with comments | « third_party/WebCore/Modules/indexeddb/IDBFactory.idl ('k') | third_party/WebCore/Modules/quota/StorageInfo.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698