Bug 1220160 - followup: fix oversight that docLocation should be a string, not a URI object, rs=bustage,me

MozReview-Commit-ID: EBYMhd8Fghf

--HG--
extra : rebase_source : e13452bd8e214029348d744f490a9f14a51991bb
This commit is contained in:
Gijs Kruitbosch 2016-02-24 13:14:14 +00:00
Родитель 5cf46f9471
Коммит eae94f4d82
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -100,6 +100,7 @@ var handleContentContextMenu = function (event) {
let doc = event.target.ownerDocument;
let docLocation = doc.mozDocumentURIIfNotForErrorPages;
docLocation = docLocation && docLocation.spec;
let charSet = doc.characterSet;
let baseURI = doc.baseURI;
let referrer = doc.referrer;