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

Unified Diff: third_party/WebKit/Source/core/html/shadow/ProgressShadowElement.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/shadow/ProgressShadowElement.cpp
diff --git a/third_party/WebKit/Source/core/html/shadow/ProgressShadowElement.cpp b/third_party/WebKit/Source/core/html/shadow/ProgressShadowElement.cpp
index d85b2fb6830edf0cd1c22d11795a4b03bd753c63..def4583ab6f42dde9166f7144416de1d79718a9f 100644
--- a/third_party/WebKit/Source/core/html/shadow/ProgressShadowElement.cpp
+++ b/third_party/WebKit/Source/core/html/shadow/ProgressShadowElement.cpp
@@ -47,7 +47,7 @@ DEFINE_NODE_FACTORY(ProgressShadowElement)
HTMLProgressElement* ProgressShadowElement::progressElement() const
{
- return toHTMLProgressElement(shadowHost());
+ return toHTMLProgressElement(ownerShadowHost());
}
bool ProgressShadowElement::layoutObjectIsNeeded(const ComputedStyle& style)

Powered by Google App Engine
This is Rietveld 408576698