| Index: Source/core/html/parser/HTMLConstructionSite.cpp
|
| diff --git a/Source/core/html/parser/HTMLConstructionSite.cpp b/Source/core/html/parser/HTMLConstructionSite.cpp
|
| index 164ee83cff4c4e6e592a26f22210c25fbb26bee9..c024ebb56baf300e34f3d214d063c689908d2eaf 100644
|
| --- a/Source/core/html/parser/HTMLConstructionSite.cpp
|
| +++ b/Source/core/html/parser/HTMLConstructionSite.cpp
|
| @@ -106,7 +106,7 @@ static inline void executeInsertTask(HTMLConstructionSiteTask& task)
|
| {
|
| ASSERT(task.operation == HTMLConstructionSiteTask::Insert);
|
|
|
| - insert(task, DeprecatedAttachNow);
|
| + insert(task);
|
|
|
| task.child->beginParsingChildren();
|
|
|
|
|