| Index: third_party/WebKit/Source/core/xml/XSLStyleSheet.h
|
| diff --git a/third_party/WebKit/Source/core/xml/XSLStyleSheet.h b/third_party/WebKit/Source/core/xml/XSLStyleSheet.h
|
| index 274538197122c68d219613933d3b8b76e7e26c26..f057d2da616969949ccc3f2999385650021080ba 100644
|
| --- a/third_party/WebKit/Source/core/xml/XSLStyleSheet.h
|
| +++ b/third_party/WebKit/Source/core/xml/XSLStyleSheet.h
|
| @@ -98,7 +98,7 @@ class XSLStyleSheet final : public StyleSheet {
|
| void setDisabled(bool b) override { m_isDisabled = b; }
|
| Node* ownerNode() const override { return m_ownerNode; }
|
| String href() const override { return m_originalURL; }
|
| - String title() const override { return emptyString(); }
|
| + String title() const override { return emptyString; }
|
|
|
| void clearOwnerNode() override { m_ownerNode = nullptr; }
|
| KURL baseURL() const override { return m_finalURL; }
|
|
|