Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(354)

Unified Diff: third_party/WebKit/Source/core/html/forms/TextFieldInputType.cpp

Issue 2327743002: Rename Node::shadowHost() to Node::ownerShadowHost() (Closed)
Patch Set: fix Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
{

Powered by Google App Engine
This is Rietveld 408576698