Index: third_party/WebKit/public/platform/WebInputEventResult.h |
diff --git a/third_party/WebKit/public/platform/WebInputEventResult.h b/third_party/WebKit/public/platform/WebInputEventResult.h |
index e7c86131a75d42d14b0f6c6d0d978a592f998b15..e87dc3a5c52d807e74b2e4c4b3ed031b712f2017 100644 |
--- a/third_party/WebKit/public/platform/WebInputEventResult.h |
+++ b/third_party/WebKit/public/platform/WebInputEventResult.h |
@@ -12,7 +12,8 @@ enum class WebInputEventResult { |
NotHandled, |
// Event was consumed but suppressed before dispatched to application. |
HandledSuppressed, |
- // Event was consumed by application itself; ie. a script handler calling preventDefault. |
+ // Event was consumed by application itself; ie. a script handler calling |
+ // preventDefault. |
HandledApplication, |
// Event was consumed by the system; ie. executing the default action. |
HandledSystem, |