Index: third_party/WebKit/Source/core/layout/LayoutTheme.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutTheme.cpp b/third_party/WebKit/Source/core/layout/LayoutTheme.cpp |
index f5df6d8e6fa1458f4d7172e3fa7060128bfc3366..5698628073f89c9452ffd89e5fba0a66f0c5ee2e 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutTheme.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutTheme.cpp |
@@ -212,7 +212,7 @@ void LayoutTheme::adjustStyle(ComputedStyle& style, Element* e) |
return adjustMenuListButtonStyle(style, e); |
case SliderHorizontalPart: |
case SliderVerticalPart: |
- case MediaFullScreenVolumeSliderPart: |
+ case MediaFullscreenVolumeSliderPart: |
case MediaSliderPart: |
case MediaVolumeSliderPart: |
return adjustSliderContainerStyle(style, e); |