| 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 08d148e9034de6e2bcdd2e01de3d7693f85b7cd1..c42b215c57a01c1fec0a1b4ccdc19a3cfb46b7b9 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTheme.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTheme.cpp
|
| @@ -166,7 +166,7 @@ void LayoutTheme::adjustStyle(ComputedStyle& style, Element* e) {
|
|
|
| // Whitespace
|
| if (m_platformTheme->controlRequiresPreWhiteSpace(part))
|
| - style.setWhiteSpace(EWhiteSpace::Pre);
|
| + style.setWhiteSpace(EWhiteSpace::kPre);
|
|
|
| // Width / Height
|
| // The width and height here are affected by the zoom.
|
|
|