| Index: third_party/WebKit/Source/core/paint/ThemePainterMac.mm
|
| diff --git a/third_party/WebKit/Source/core/paint/ThemePainterMac.mm b/third_party/WebKit/Source/core/paint/ThemePainterMac.mm
|
| index 8c641e5ba4b1d39a6506ff4920315199b2bdea45..069b7bb50d92a7574c15bd32190326c520155234 100644
|
| --- a/third_party/WebKit/Source/core/paint/ThemePainterMac.mm
|
| +++ b/third_party/WebKit/Source/core/paint/ThemePainterMac.mm
|
| @@ -493,7 +493,7 @@ bool ThemePainterMac::paintSearchFieldCancelButton(const LayoutObject& o, const
|
| {
|
| if (!o.node())
|
| return false;
|
| - Element* input = o.node()->shadowHost();
|
| + Element* input = o.node()->ownerShadowHost();
|
| if (!input)
|
| input = toElement(o.node());
|
|
|
|
|