Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(833)

Unified Diff: third_party/WebKit/Source/modules/screen_orientation/LockOrientationCallback.cpp

Issue 2316983002: Change capitalization FullScreen->Fullscreen where possible in Blink (Closed)
Patch Set: update test expectations Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/screen_orientation/LockOrientationCallback.cpp
diff --git a/third_party/WebKit/Source/modules/screen_orientation/LockOrientationCallback.cpp b/third_party/WebKit/Source/modules/screen_orientation/LockOrientationCallback.cpp
index 1eb8872516570b8534ffd8963afca37e008905d7..73a7dc67453af13dbc814339588ce4c66642ae1a 100644
--- a/third_party/WebKit/Source/modules/screen_orientation/LockOrientationCallback.cpp
+++ b/third_party/WebKit/Source/modules/screen_orientation/LockOrientationCallback.cpp
@@ -35,7 +35,7 @@ void LockOrientationCallback::onError(WebLockOrientationError error)
code = NotSupportedError;
msg = "screen.orientation.lock() is not available on this device.";
break;
- case WebLockOrientationErrorFullScreenRequired:
+ case WebLockOrientationErrorFullscreenRequired:
code = SecurityError;
msg = "The page needs to be fullscreen in order to call screen.orientation.lock().";
break;
« no previous file with comments | « third_party/WebKit/Source/modules/accessibility/AXSlider.cpp ('k') | third_party/WebKit/Source/platform/ThemeTypes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698