| 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;
|
|
|