diff --git a/source b/source index f3f6445b03f..59f6c3fa3eb 100755 --- a/source +++ b/source @@ -98544,21 +98544,12 @@ dictionary StorageEventInit : EventInit {
-

The key attribute must return the value - it was initialized to. It represents the key being changed.

- -

The oldValue attribute must return - the value it was initialized to. It represents the old value of the key being changed.

- -

The newValue attribute must return - the value it was initialized to. It represents the new value of the key being changed.

- -

The url attribute must return the value - it was initialized to. It represents the URL of the document whose key changed.

- -

The storageArea attribute must - return the value it was initialized to. It represents the Storage object that was - affected.

+

The key, oldValue, newValue, url, and storageArea attributes must return the values + they were initialized to.