| Index: Source/core/html/HTMLElement.cpp
|
| diff --git a/Source/core/html/HTMLElement.cpp b/Source/core/html/HTMLElement.cpp
|
| index d82d6d52a443b61c99b33bdd6da9ca818b0f964e..7cb4bfed52463cbfec5a107bc92f22d389f1f527 100644
|
| --- a/Source/core/html/HTMLElement.cpp
|
| +++ b/Source/core/html/HTMLElement.cpp
|
| @@ -295,7 +295,7 @@ void HTMLElement::parseAttribute(const QualifiedName& name, const AtomicString&
|
| int tabindex = 0;
|
| if (value.isEmpty()) {
|
| clearTabIndexExplicitlyIfNeeded();
|
| - if (treeScope().adjustedFocusedElement() == this) {
|
| + if (treeScope()->adjustedFocusedElement() == this) {
|
| // We might want to call blur(), but it's dangerous to dispatch
|
| // events here.
|
| document().setNeedsFocusedElementCheck();
|
|
|