| Index: third_party/WebKit/Source/core/dom/custom/CustomElementsRegistryTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementsRegistryTest.cpp b/third_party/WebKit/Source/core/dom/custom/CustomElementsRegistryTest.cpp
|
| index 0f50fdf2867ffcc1c66ddb43cc3da1a52154f4e4..fcda737ab7630ef2cf7a0fbe1fc36be0b97bc3f3 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElementsRegistryTest.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElementsRegistryTest.cpp
|
| @@ -250,7 +250,6 @@ public:
|
| || constructionStack().last() != element)
|
| return false;
|
| constructionStack().last().clear();
|
| - element->setCustomElementState(CustomElementState::Custom);
|
| return true;
|
| }
|
|
|
|
|