| 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 b3191618c59f6cb172cf5c8546c252edd608a39a..0a30f7416538bb8205e96e9e0ab3683dcf6d1cf3 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElementsRegistryTest.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElementsRegistryTest.cpp
|
| @@ -236,6 +236,7 @@ public:
|
| || constructionStack().last() != element)
|
| return false;
|
| constructionStack().last().clear();
|
| + element->setCustomElementState(CustomElementState::Custom);
|
| return true;
|
| }
|
| };
|
|
|