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

Unified Diff: third_party/WebCore/Modules/quota/StorageInfo.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/StorageInfo.idl
diff --git a/third_party/WebCore/storage/StorageInfo.idl b/third_party/WebCore/Modules/quota/StorageInfo.idl
similarity index 97%
rename from third_party/WebCore/storage/StorageInfo.idl
rename to third_party/WebCore/Modules/quota/StorageInfo.idl
index eb8b9a11138a45c4625f8056eef1e4ce2d0ace94..4cd971aebe6b79292934dd98f7df9e6a1b55bc08 100644
--- a/third_party/WebCore/storage/StorageInfo.idl
+++ b/third_party/WebCore/Modules/quota/StorageInfo.idl
@@ -26,8 +26,7 @@
module storage {
interface [
Conditional=QUOTA,
- OmitConstructor,
- JSGenerateToNativeObject
+ OmitConstructor
] StorageInfo {
const unsigned short TEMPORARY = 0;
const unsigned short PERSISTENT = 1;
« no previous file with comments | « third_party/WebCore/Modules/quota/DOMWindowQuota.idl ('k') | third_party/WebCore/Modules/quota/StorageInfoErrorCallback.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698