mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
Bug 769679 - Pass the correct document to copyString in copySelectedItems; r=msucan
This commit is contained in:
parent
fe6ae21d9b
commit
ad1d3b4cf9
@ -1012,7 +1012,7 @@ HUD_SERVICE.prototype =
|
||||
strings.push("[" + timestampString + "] " + item.clipboardText);
|
||||
}
|
||||
}
|
||||
clipboardHelper.copyString(strings.join("\n"), this.doc);
|
||||
clipboardHelper.copyString(strings.join("\n"), aOutputNode.ownerDocument);
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user