| Index: third_party/WebKit/Source/core/events/TouchEvent.cpp
|
| diff --git a/third_party/WebKit/Source/core/events/TouchEvent.cpp b/third_party/WebKit/Source/core/events/TouchEvent.cpp
|
| index 7a0a36f0f9d5068e153ba1e9eb01c5446c70df0d..cc0071857775722f6dd0adcd95ac5efecdcfca0a 100644
|
| --- a/third_party/WebKit/Source/core/events/TouchEvent.cpp
|
| +++ b/third_party/WebKit/Source/core/events/TouchEvent.cpp
|
| @@ -263,6 +263,7 @@ void TouchEvent::preventDefault() {
|
| String warningMessage;
|
| switch (handlingPassive()) {
|
| case PassiveMode::NotPassive:
|
| + case PassiveMode::NotPassiveDefault:
|
| if (!cancelable()) {
|
| warningMessage = "Ignored attempt to cancel a " + type() +
|
| " event with cancelable=false, for example "
|
|
|