| Index: Source/core/html/HTMLElement.cpp
|
| diff --git a/Source/core/html/HTMLElement.cpp b/Source/core/html/HTMLElement.cpp
|
| index 2dbbb825c6e3bb8f5dd6661897eb430111f0de85..f512cd13a0a58f87a396a988b1311d855fb061bb 100644
|
| --- a/Source/core/html/HTMLElement.cpp
|
| +++ b/Source/core/html/HTMLElement.cpp
|
| @@ -599,7 +599,7 @@ void HTMLElement::accessKeyAction(bool sendMouseEvents)
|
|
|
| String HTMLElement::title() const
|
| {
|
| - return getAttribute(titleAttr);
|
| + return fastGetAttribute(titleAttr);
|
| }
|
|
|
| short HTMLElement::tabIndex() const
|
|
|