| 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)
|
|
|