| Index: third_party/WebKit/Source/core/layout/LayoutThemeMac.mm
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutThemeMac.mm b/third_party/WebKit/Source/core/layout/LayoutThemeMac.mm
|
| index 715ea2de5c693063914629522d2a0db4bdda14c4..6522ad8f39d5fa9a6af31c113780ee77299012ea 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutThemeMac.mm
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutThemeMac.mm
|
| @@ -718,7 +718,7 @@ void LayoutThemeMac::adjustMenuListStyle(ComputedStyle& style,
|
| style.setHeight(Length(Auto));
|
|
|
| // White-space is locked to pre.
|
| - style.setWhiteSpace(PRE);
|
| + style.setWhiteSpace(EWhiteSpace::Pre);
|
|
|
| // Set the foreground color to black or gray when we have the aqua look.
|
| // Cast to RGB32 is to work around a compiler bug.
|
|
|