| Index: third_party/WebKit/Source/core/events/CustomEvent.idl
|
| diff --git a/third_party/WebKit/Source/core/events/CustomEvent.idl b/third_party/WebKit/Source/core/events/CustomEvent.idl
|
| index d0c6ee9bbd893aa886cec04d88e323dc52eabae1..0e582610fb683224dafe09eec3a92294cea438fc 100644
|
| --- a/third_party/WebKit/Source/core/events/CustomEvent.idl
|
| +++ b/third_party/WebKit/Source/core/events/CustomEvent.idl
|
| @@ -33,5 +33,5 @@
|
| ] interface CustomEvent : Event {
|
| [Custom=Getter] readonly attribute any detail;
|
|
|
| - [Measure,Custom=(CallEpilogue)] void initCustomEvent(DOMString type, boolean bubbles, boolean cancelable, any detail);
|
| + [Measure,Custom=(CallEpilogue)] void initCustomEvent(DOMString type, optional boolean bubbles = false, optional boolean cancelable = false, optional any detail = null);
|
| };
|
|
|