| Index: third_party/WebKit/Source/modules/screen_orientation/ScreenOrientation.cpp
|
| diff --git a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientation.cpp b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientation.cpp
|
| index 07e3cef8ff8346021e3ee585a5509e245f84cf5e..fff6c22fc7df64efb911e6d18cb21da09f68e29a 100644
|
| --- a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientation.cpp
|
| +++ b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientation.cpp
|
| @@ -15,7 +15,8 @@
|
| #include "modules/screen_orientation/ScreenOrientationController.h"
|
| #include "public/platform/modules/screen_orientation/WebScreenOrientationType.h"
|
|
|
| -// This code assumes that WebScreenOrientationType values are included in WebScreenOrientationLockType.
|
| +// This code assumes that WebScreenOrientationType values are included in
|
| +// WebScreenOrientationLockType.
|
| #define STATIC_ASSERT_ENUM(a, b) \
|
| static_assert(static_cast<int>(a) == static_cast<int>(b), \
|
| "mismatching enum: " #a)
|
|
|