Index: Source/core/animation/EffectInput.cpp |
diff --git a/Source/core/animation/EffectInput.cpp b/Source/core/animation/EffectInput.cpp |
index 18e68bcea343b995eb9e7506c9893e07a781e74c..347233afe1dad7efcb7834afe4a2ac75113ef81f 100644 |
--- a/Source/core/animation/EffectInput.cpp |
+++ b/Source/core/animation/EffectInput.cpp |
@@ -44,7 +44,7 @@ static bool checkDocumentAndRenderer(Element* element) |
{ |
if (!element->inActiveDocument()) |
return false; |
- element->document().updateStyleIfNeeded(); |
+ element->document().updateRenderTreeIfNeeded(); |
return element->renderer(); |
} |