| Index: Source/core/dom/StyleSheetCandidate.cpp
|
| diff --git a/Source/core/dom/StyleSheetCandidate.cpp b/Source/core/dom/StyleSheetCandidate.cpp
|
| index 0452f308de50eb71f04748ef807914d94c6cc7a3..f090e25f1f3d3a207abb993a348dc3f455a709dd 100644
|
| --- a/Source/core/dom/StyleSheetCandidate.cpp
|
| +++ b/Source/core/dom/StyleSheetCandidate.cpp
|
| @@ -42,7 +42,7 @@ using namespace HTMLNames;
|
|
|
| AtomicString StyleSheetCandidate::title() const
|
| {
|
| - return isElement() ? toElement(m_node).getAttribute(titleAttr) : nullAtom;
|
| + return isElement() ? toElement(m_node).fastGetAttribute(titleAttr) : nullAtom;
|
| }
|
|
|
| bool StyleSheetCandidate::isXSL() const
|
|
|