| Index: third_party/WebKit/Source/core/events/AddEventListenerOptionsDefaults.h
|
| diff --git a/third_party/WebKit/Source/core/events/AddEventListenerOptionsDefaults.h b/third_party/WebKit/Source/core/events/AddEventListenerOptionsDefaults.h
|
| index b468db613466996795e4350e35e260949228a226..760b4652c97d86fb9a28b04c00e03aabaf81a7cf 100644
|
| --- a/third_party/WebKit/Source/core/events/AddEventListenerOptionsDefaults.h
|
| +++ b/third_party/WebKit/Source/core/events/AddEventListenerOptionsDefaults.h
|
| @@ -7,8 +7,8 @@
|
|
|
| namespace blink {
|
|
|
| -// Defines the default for 'passive' field used in the AddEventListenerOptions interface
|
| -// when javascript calls addEventListener.
|
| +// Defines the default for 'passive' field used in the AddEventListenerOptions
|
| +// interface when javascript calls addEventListener.
|
| // |False| is the default specified in
|
| // https://dom.spec.whatwg.org/#dictdef-addeventlisteneroptions. However
|
| // specifying a different default value is useful in demonstrating the
|
|
|