Index: third_party/WebKit/Source/core/svg/SVGUseElement.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGUseElement.cpp b/third_party/WebKit/Source/core/svg/SVGUseElement.cpp |
index 017d880a15181b5d25ce740295e63620fefffc00..643d3cb36179ebc917011c676c196a15947f7d67 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGUseElement.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGUseElement.cpp |
@@ -671,7 +671,7 @@ bool SVGUseElement::selfHasRelativeLengths() const |
FloatRect SVGUseElement::getBBox() |
{ |
- document().updateLayoutIgnorePendingStylesheets(); |
+ document().updateStyleAndLayoutIgnorePendingStylesheets(); |
if (!layoutObject()) |
return FloatRect(); |