Bug 1542352 - Restore zero-argument constructor of nsBaseCommandController. r=bz
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user