Index: third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrientationError.h |
diff --git a/third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrientationError.h b/third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrientationError.h |
index dea7a3e9cc77aade04a5e68b7e07387696a90550..5ca212743d98c5c0e8b2415c343288e0d96af40c 100644 |
--- a/third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrientationError.h |
+++ b/third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrientationError.h |
@@ -12,7 +12,7 @@ enum WebLockOrientationError { |
WebLockOrientationErrorNotAvailable, |
// If fullscreen is required to lock. |
- WebLockOrientationErrorFullScreenRequired, |
+ WebLockOrientationErrorFullscreenRequired, |
// If another lock/unlock got called before that one ended. |
WebLockOrientationErrorCanceled, |