Bug 1369577 Part 1 Rename SingletonEventManager to EventManager r=kmag

MozReview-Commit-ID: 7nsYWdSTJCG
This commit is contained in:
Andrew Swan
2017-06-09 13:49:07 -07:00
parent ae4b82aa78
commit c140bd9d12
33 changed files with 86 additions and 86 deletions

View File

@@ -374,7 +374,7 @@ this.geckoProfiler = class extends ExtensionAPI {
throw new Error(`Ran out of options to get symbols from library ${debugName} ${breakpadId}.`);
},
onRunning: new SingletonEventManager(context, "geckoProfiler.onRunning", fire => {
onRunning: new EventManager(context, "geckoProfiler.onRunning", fire => {
isRunningObserver.addObserver(fire.async);
return () => {
isRunningObserver.removeObserver(fire.async);