| Index: Source/core/dom/Element.cpp
|
| diff --git a/Source/core/dom/Element.cpp b/Source/core/dom/Element.cpp
|
| index c53453f090cbf6b8d868b3acbbbfb21d46723784..593be10f4fc94c2a55f7a4d6f7d70a924071692b 100644
|
| --- a/Source/core/dom/Element.cpp
|
| +++ b/Source/core/dom/Element.cpp
|
| @@ -1955,7 +1955,7 @@ void Element::removeAllEventListeners()
|
|
|
| void Element::finishParsingChildren()
|
| {
|
| - setIsParsingChildrenFinished(true);
|
| + setIsFinishedParsingChildren(true);
|
| checkForSiblingStyleChanges(this, lastChild(), 0, 0);
|
| }
|
|
|
|
|