Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1280)

Unified Diff: modules/quota/DOMWindowQuota.idl

Issue 9418050: IDL roll to multivm@1242 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
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 225efeffce61e8cd4f019d2caf1c69343a9f61a8..c71f8639be6f54b5c3256b0f3490336beb8e2e39 100644
--- a/modules/quota/DOMWindowQuota.idl
+++ b/modules/quota/DOMWindowQuota.idl
@@ -23,9 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-[
- Supplemental=DOMWindow
-] interface DOMWindowQuota {
- [MeasureAs=StorageInfo] readonly attribute StorageInfo webkitStorageInfo;
+partial interface DOMWindow {
+ [DeprecateAs=StorageInfo] readonly attribute StorageInfo webkitStorageInfo;
};

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b