Index: third_party/WebKit/Source/core/xml/parser/XMLErrors.cpp |
diff --git a/third_party/WebKit/Source/core/xml/parser/XMLErrors.cpp b/third_party/WebKit/Source/core/xml/parser/XMLErrors.cpp |
index dd0f7b7bcd4ce572e1a314158546cfe1583c7b77..1c3c9c80e0d67057ab1058a00406910e4762c1d8 100644 |
--- a/third_party/WebKit/Source/core/xml/parser/XMLErrors.cpp |
+++ b/third_party/WebKit/Source/core/xml/parser/XMLErrors.cpp |
@@ -167,7 +167,7 @@ void XMLErrors::insertErrorMessageBlock() |
documentElement->parserAppendChild(reportElement); |
// FIXME: Why do we need to call this manually? |
- m_document->updateLayoutTree(); |
+ m_document->updateStyleAndLayoutTree(); |
} |
} // namespace blink |