| Index: core/storage/StorageEvent.idl
|
| diff --git a/core/storage/StorageEvent.idl b/core/storage/StorageEvent.idl
|
| index f7b4e8b18e83f10e4482fc08ada065826f0ac9a4..effe79fa213768848e0a72d67c0ecf416ee12e89 100644
|
| --- a/core/storage/StorageEvent.idl
|
| +++ b/core/storage/StorageEvent.idl
|
| @@ -24,13 +24,13 @@
|
| */
|
|
|
| [
|
| - ConstructorTemplate=Event
|
| + EventConstructor,
|
| ] interface StorageEvent : Event {
|
| [InitializedByEventConstructor] readonly attribute DOMString key;
|
| [InitializedByEventConstructor, TreatReturnedNullStringAs=Null] readonly attribute DOMString oldValue;
|
| [InitializedByEventConstructor, TreatReturnedNullStringAs=Null] readonly attribute DOMString newValue;
|
| [InitializedByEventConstructor] readonly attribute DOMString url;
|
| - [InitializedByEventConstructor] readonly attribute Storage storageArea;
|
| + [InitializedByEventConstructor] readonly attribute Storage? storageArea;
|
|
|
| void initStorageEvent([Default=Undefined] optional DOMString typeArg,
|
| [Default=Undefined] optional boolean canBubbleArg,
|
|
|