Closed Bug 938071 Opened 11 years ago Closed 11 years ago

Typo in TabState.onSwapDocShells()

Categories

(Firefox :: Session Restore, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
Firefox 28

People

(Reporter: ttaubert, Assigned: ttaubert)

References

Details

(Whiteboard: [qa-])

Attachments

(1 file)

> this._syncHandlers.set(browser, otherHandler); > this._syncHandlers.set(otherHandler, handler); should be: > this._syncHandlers.set(browser, otherHandler); > this._syncHandlers.set(otherBrowser, handler);
I tried to write a test for this but so far otherBrowser is always the browser that is thrown away in all our use cases. So no easy testing without relying on "private" tabbrowser methods.
Attachment #831428 - Flags: review?(wmccloskey)
Blocks: 930967
Attachment #831428 - Flags: review?(wmccloskey) → review+
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 28
Whiteboard: [qa-]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: