Index: third_party/WebKit/Source/core/html/HTMLAreaElement.cpp |
diff --git a/third_party/WebKit/Source/core/html/HTMLAreaElement.cpp b/third_party/WebKit/Source/core/html/HTMLAreaElement.cpp |
index ab5fb707ad4d325122a93ecca2ced3ffdfbc70d9..6649040e62c402e9f4aaf912cc0c233ad4b7445f 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLAreaElement.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLAreaElement.cpp |
@@ -225,7 +225,7 @@ void HTMLAreaElement::setFocus(bool shouldBeFocused) |
void HTMLAreaElement::updateFocusAppearance(SelectionBehaviorOnFocus selectionBehavior) |
{ |
- document().updateLayoutTreeForNode(this); |
+ document().updateStyleAndLayoutTreeForNode(this); |
if (!isFocusable()) |
return; |