Index: third_party/WebKit/Source/web/WebNode.cpp |
diff --git a/third_party/WebKit/Source/web/WebNode.cpp b/third_party/WebKit/Source/web/WebNode.cpp |
index f25d8099ed2f8a7e253b4eceb99cc346b474b2f3..d133bbc84e25b783ab3b12ee8ab08103ddcd87cb 100644 |
--- a/third_party/WebKit/Source/web/WebNode.cpp |
+++ b/third_party/WebKit/Source/web/WebNode.cpp |
@@ -164,7 +164,7 @@ bool WebNode::isFocusable() const |
{ |
if (!m_private->isElementNode()) |
return false; |
- m_private->document().updateLayoutIgnorePendingStylesheets(); |
+ m_private->document().updateStyleAndLayoutIgnorePendingStylesheets(); |
return toElement(m_private.get())->isFocusable(); |
} |