| Index: Source/core/storage/StorageEvent.idl
|
| diff --git a/Source/core/storage/StorageEvent.idl b/Source/core/storage/StorageEvent.idl
|
| index f7b4e8b18e83f10e4482fc08ada065826f0ac9a4..f934969a480170c649d03ac6ddc564c7fc56a4e3 100644
|
| --- a/Source/core/storage/StorageEvent.idl
|
| +++ b/Source/core/storage/StorageEvent.idl
|
| @@ -30,7 +30,7 @@
|
| [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,
|
|
|