Bug 1405335 - Remove custom element attached and detached callbacks validation checks

Tag UXP Issue #1344
This commit is contained in:
Gaming4JC 2020-01-20 18:13:15 -05:00 committed by Roy Tam
commit b70a9b1d12
2 changed files with 1 additions and 5 deletions

View file

@ -523,9 +523,7 @@ static const char* kLifeCycleCallbackNames[] = {
"adoptedCallback",
"attributeChangedCallback",
// The life cycle callbacks from v0 spec.
"createdCallback",
"attachedCallback",
"detachedCallback"
"createdCallback"
};
static void