Bug 1300745 - remoed unused variable from CustomElementDefinition. r=baku

MozReview-Commit-ID: Ea9O9YwrIH6

--HG--
extra : rebase_source : e077745c9b0daf02e2e235e732fe3264a9b4aef4
This commit is contained in:
Andi-Bogdan Postelnicu 2016-09-06 14:38:10 +03:00
parent a67d0235f7
commit b2e0ff7828

View File

@ -122,10 +122,6 @@ struct CustomElementDefinition
// The lifecycle callbacks to call for this custom element.
nsAutoPtr<mozilla::dom::LifecycleCallbacks> mCallbacks;
// Whether we're currently calling the created callback for a custom element
// of this type.
bool mElementIsBeingCreated;
// A construction stack.
// TODO: Bug 1287348 - Implement construction stack for upgrading an element