| Index: third_party/WebKit/Source/core/html/forms/TextFieldInputType.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/forms/TextFieldInputType.cpp b/third_party/WebKit/Source/core/html/forms/TextFieldInputType.cpp
|
| index caa07404b1d77a104667051011be2b55ad56397a..e6dacdd57b4c88cb149a51f622136fee66306b50 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/TextFieldInputType.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/TextFieldInputType.cpp
|
| @@ -61,7 +61,7 @@ using namespace HTMLNames;
|
| class DataListIndicatorElement final : public HTMLDivElement {
|
| private:
|
| inline DataListIndicatorElement(Document& document) : HTMLDivElement(document) { }
|
| - inline HTMLInputElement* hostInput() const { return toHTMLInputElement(shadowHost()); }
|
| + inline HTMLInputElement* hostInput() const { return toHTMLInputElement(ownerShadowHost()); }
|
|
|
| LayoutObject* createLayoutObject(const ComputedStyle&) override
|
| {
|
|
|