Bug 1542352 - Restore zero-argument constructor of nsBaseCommandController. r=bz

This commit is contained in:
Jorg K
2019-04-05 12:55:00 +03:00
parent cef591886e
commit b66908c59c

View File

@@ -25,7 +25,6 @@ class nsBaseCommandController final : public nsIController,
* nsControllerCommandTable. The other constructor does it with
* the given aControllerCommandTable.
*/
nsBaseCommandController() = delete;
explicit nsBaseCommandController(
nsControllerCommandTable* aControllerCommandTable =
new nsControllerCommandTable());