| Index: third_party/WebKit/Source/core/dom/shadow/ElementShadow.h
|
| diff --git a/third_party/WebKit/Source/core/dom/shadow/ElementShadow.h b/third_party/WebKit/Source/core/dom/shadow/ElementShadow.h
|
| index 80b635e2db8ce6bbc09660d2bbf79669e8ef2a03..3e439e730cff4a74c244272880ceba0642fff56f 100644
|
| --- a/third_party/WebKit/Source/core/dom/shadow/ElementShadow.h
|
| +++ b/third_party/WebKit/Source/core/dom/shadow/ElementShadow.h
|
| @@ -49,7 +49,8 @@ class CORE_EXPORT ElementShadow final
|
| return m_shadowRoot->host();
|
| }
|
|
|
| - // TODO(hayato): Remove youngestShadowRoot() and oldestShadowRoot() from ElementShadow
|
| + // TODO(hayato): Remove youngestShadowRoot() and oldestShadowRoot() from
|
| + // ElementShadow
|
| ShadowRoot& youngestShadowRoot() const;
|
| ShadowRoot& oldestShadowRoot() const {
|
| DCHECK(m_shadowRoot);
|
|
|