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 ea3b2fcabe845d02c10f078f123979f66087370d..52accc7b5072ff6982e6f0954a93b786aeb2f4bc 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(); |
} |