Comment 10 for bug 28563

Revision history for this message
In , Gavin Sharp (gavin-sharp) wrote :

Comment on attachment 232845
patch

Seems to me like this would be better fixed by initializing fromfile to null outside of the first if block, then changing http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/browser/components/migration/content/migration.js&rev=1.29#107 to:
|var selectedMigrator = fromfile;|
with comments as appropriate.