| Index: Source/core/scripts/make_names.pl
|
| diff --git a/Source/core/scripts/make_names.pl b/Source/core/scripts/make_names.pl
|
| index 4a97fdcce22c217e4d31e8b7ca048dce99039c72..78608ba51a523ae363262c18d6af970a1eba599c 100755
|
| --- a/Source/core/scripts/make_names.pl
|
| +++ b/Source/core/scripts/make_names.pl
|
| @@ -1153,7 +1153,7 @@ END
|
| }
|
|
|
| Create$parameters{namespace}ElementWrapperFunction createWrapperFunction = map.get(element->localName().impl());
|
| - if (CustomElementHelpers::isCustomElement(element))
|
| + if (element->isCustomElement())
|
| return CustomElementHelpers::wrap(element, creationContext, isolate, CustomElementHelpers::CreateWrapperFunction(createWrapperFunction));
|
| if (createWrapperFunction)
|
| {
|
|
|