| Index: Source/web/AssertMatchingEnums.cpp
|
| diff --git a/Source/web/AssertMatchingEnums.cpp b/Source/web/AssertMatchingEnums.cpp
|
| index 00b78ed47868b3f903e33d00de2c43450d297c0f..6af11eddd69c3c2707e7d71895318a23a02e016a 100644
|
| --- a/Source/web/AssertMatchingEnums.cpp
|
| +++ b/Source/web/AssertMatchingEnums.cpp
|
| @@ -624,5 +624,6 @@ COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionNone, TouchActionNone);
|
| COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionAuto, TouchActionAuto);
|
| COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionPanX, TouchActionPanX);
|
| COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionPanY, TouchActionPanY);
|
| +COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionPinchZoom, TouchActionPinchZoom);
|
|
|
| COMPILE_ASSERT_MATCHING_UINT64(kSerializedScriptValueVersion, SerializedScriptValue::wireFormatVersion);
|
|
|