| Index: Source/core/dom/Element.cpp
|
| diff --git a/Source/core/dom/Element.cpp b/Source/core/dom/Element.cpp
|
| index a93f8462806686aa05d144689a48fba21c94d9a1..0fddee243f907a745fdedaf9bcc4248a114d3422 100644
|
| --- a/Source/core/dom/Element.cpp
|
| +++ b/Source/core/dom/Element.cpp
|
| @@ -1314,7 +1314,7 @@ void Element::attach(const AttachContext& context)
|
| data->clearComputedStyle();
|
| }
|
|
|
| - RenderTreeBuilder(this, context.resolvedStyle).createRendererForElementIfNeeded();
|
| + RenderTreeBuilderForElement(this, context.resolvedStyle).createRendererIfNeeded();
|
|
|
| addCallbackSelectors();
|
|
|
|
|