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 ae7e0720f14e800942fdde70ae7fb58048532ea9..50b0cf74d8ba75aebe9126654f0e333caab7e446 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(); |
} |