| Index: Source/core/dom/custom/CustomElementScheduler.cpp
|
| diff --git a/Source/core/dom/custom/CustomElementScheduler.cpp b/Source/core/dom/custom/CustomElementScheduler.cpp
|
| index 2583bfa19c979c8ef3276873543ef85049678849..c8dcb676be7411e121ab2a9ad15eff8205c6af1d 100644
|
| --- a/Source/core/dom/custom/CustomElementScheduler.cpp
|
| +++ b/Source/core/dom/custom/CustomElementScheduler.cpp
|
| @@ -85,7 +85,7 @@ CustomElementMicrotaskImportStep* CustomElementScheduler::scheduleImport(HTMLImp
|
| ASSERT(!import->isDone());
|
| ASSERT(import->parent());
|
|
|
| - OwnPtr<CustomElementMicrotaskImportStep> step = CustomElementMicrotaskImportStep::create(import->loader()->microtaskQueue());
|
| + OwnPtr<CustomElementMicrotaskImportStep> step = CustomElementMicrotaskImportStep::create(import->loader()->microtaskQueue(), import->isSync());
|
| CustomElementMicrotaskImportStep* rawStep = step.get();
|
|
|
| // Ownership of the new step is transferred to the parent
|
|
|