From 7e9efb0f27d2ce3475deac31a8f8dd45213d09a9 Mon Sep 17 00:00:00 2001 From: Gaming4JC Date: Mon, 20 Jan 2020 18:13:15 -0500 Subject: Bug 1405335 - Remove custom element attached and detached callbacks validation checks Tag UXP Issue #1344 --- dom/base/CustomElementRegistry.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'dom/base/CustomElementRegistry.cpp') diff --git a/dom/base/CustomElementRegistry.cpp b/dom/base/CustomElementRegistry.cpp index 59e107b14..830f06fed 100644 --- a/dom/base/CustomElementRegistry.cpp +++ b/dom/base/CustomElementRegistry.cpp @@ -523,9 +523,7 @@ static const char* kLifeCycleCallbackNames[] = { "adoptedCallback", "attributeChangedCallback", // The life cycle callbacks from v0 spec. - "createdCallback", - "attachedCallback", - "detachedCallback" + "createdCallback" }; static void -- cgit v1.2.3