From e0557470385b6f7c1ab8e277b2b72a5146856fe6 Mon Sep 17 00:00:00 2001 From: Gaming4JC Date: Sat, 4 Jan 2020 10:32:21 -0500 Subject: Bug 1309147 - Part 4: Add CEReactions for CustomElementRegistry. Tag UXP Issue #1344 --- dom/base/CustomElementRegistry.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'dom/base/CustomElementRegistry.cpp') diff --git a/dom/base/CustomElementRegistry.cpp b/dom/base/CustomElementRegistry.cpp index d8ca7ade2..b50a1345e 100644 --- a/dom/base/CustomElementRegistry.cpp +++ b/dom/base/CustomElementRegistry.cpp @@ -547,15 +547,6 @@ CustomElementRegistry::Define(const nsAString& aName, const ElementDefinitionOptions& aOptions, ErrorResult& aRv) { - // We do this for [CEReaction] temporarily and it will be removed - // after webidl supports [CEReaction] annotation in bug 1309147. - DocGroup* docGroup = mWindow->GetDocGroup(); - if (!docGroup) { - aRv.Throw(NS_ERROR_UNEXPECTED); - return; - } - - AutoCEReaction ceReaction(docGroup->CustomElementReactionsStack()); aRv.MightThrowJSException(); AutoJSAPI jsapi; -- cgit v1.2.3