| Index: third_party/WebKit/Source/core/dom/Element.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Element.h b/third_party/WebKit/Source/core/dom/Element.h
|
| index ace06ab1292c3270c839f64da5f7f26364a51055..8f062663eef136103300bd2e55aa1d2a6897f378 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.h
|
| +++ b/third_party/WebKit/Source/core/dom/Element.h
|
| @@ -1183,7 +1183,7 @@ inline void Element::SetTagNameForCreateElementNS(
|
| inline AtomicString Element::LocalNameForSelectorMatching() const {
|
| if (IsHTMLElement() || !GetDocument().IsHTMLDocument())
|
| return localName();
|
| - return localName().Lower();
|
| + return localName().DeprecatedLower();
|
| }
|
|
|
| inline bool IsShadowHost(const Node* node) {
|
|
|