| Index: Source/core/css/SVGCSSComputedStyleDeclaration.cpp
|
| diff --git a/Source/core/css/SVGCSSComputedStyleDeclaration.cpp b/Source/core/css/SVGCSSComputedStyleDeclaration.cpp
|
| index b773e4f70896b61a82792a410647791db92084f0..166a2f25231f25e4281897e778fe3dc3ff2a0c61 100644
|
| --- a/Source/core/css/SVGCSSComputedStyleDeclaration.cpp
|
| +++ b/Source/core/css/SVGCSSComputedStyleDeclaration.cpp
|
| @@ -99,7 +99,7 @@ PassRefPtr<CSSValue> CSSComputedStyleDeclaration::getSVGPropertyCSSValue(CSSProp
|
|
|
| // Make sure our layout is up to date before we allow a query on these attributes.
|
| if (updateLayout)
|
| - node->document()->updateLayout();
|
| + node->document().updateLayout();
|
|
|
| RenderStyle* style = node->computedStyle();
|
| if (!style)
|
|
|