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

Unified Diff: Modules/quota/DOMWindowQuota.idl

Issue 12893011: Update idl files in third_party/WebCore (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 9 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: Modules/quota/DOMWindowQuota.idl
diff --git a/Modules/quota/DOMWindowQuota.idl b/Modules/quota/DOMWindowQuota.idl
index 20c7a1400f7c75098da5693be1f33722b894cc5e..d3ca1c6ea32c3d25b65a1dba55f689e56cb56b4e 100644
--- a/Modules/quota/DOMWindowQuota.idl
+++ b/Modules/quota/DOMWindowQuota.idl
@@ -27,6 +27,6 @@
Conditional=QUOTA,
Supplemental=DOMWindow
] interface DOMWindowQuota {
- readonly attribute StorageInfo webkitStorageInfo;
+ readonly attribute [V8MeasureAs=StorageInfo] StorageInfo webkitStorageInfo;
};

Powered by Google App Engine
This is Rietveld 408576698