| Index: third_party/WebKit/Source/modules/storage/StorageEvent.h
|
| diff --git a/third_party/WebKit/Source/modules/storage/StorageEvent.h b/third_party/WebKit/Source/modules/storage/StorageEvent.h
|
| index 3db7e6caf5ee9a1aae470c5140a02c33a03eb254..ee5e153ff2252b86ed9a2801a8ca24ca1c27643a 100644
|
| --- a/third_party/WebKit/Source/modules/storage/StorageEvent.h
|
| +++ b/third_party/WebKit/Source/modules/storage/StorageEvent.h
|
| @@ -65,7 +65,10 @@ class StorageEvent final : public Event {
|
| Storage* storageArea);
|
|
|
| // Needed once we support init<blank>EventNS
|
| - // void initStorageEventNS(in DOMString namespaceURI, in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in DOMString keyArg, in DOMString oldValueArg, in DOMString newValueArg, in DOMString urlArg, Storage storageAreaArg);
|
| + // void initStorageEventNS(in DOMString namespaceURI, in DOMString typeArg,
|
| + // in boolean canBubbleArg, in boolean cancelableArg, in DOMString keyArg,
|
| + // in DOMString oldValueArg, in DOMString newValueArg,
|
| + // in DOMString urlArg, Storage storageAreaArg);
|
|
|
| const AtomicString& interfaceName() const override;
|
|
|
|
|