Closed Bug 792946 Opened 12 years ago Closed 12 years ago

fix the circular dependency with tab and worker

Categories

(Add-on SDK Graveyard :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: evold, Unassigned)

Details

In the tab module there is this:

  attach: function attach(options) {
    let { Worker } = require("../content/worker");
    return Worker(options, this._contentWindow);
  },
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
The commit added these two lines:

+    // BUG 792946 https://bugzilla.mozilla.org/show_bug.cgi?id=792946
+    // TODO: fix this circular dependency 

Was that inadvertently added, should this issue be reopened, or am I missing something?
You need to log in before you can comment on or make changes to this bug.