Bug 1513090 - Follow up to remove non-unicode character from comment. r=tnguyen. DONTBUILD for comment-only change

Differential Revision: https://phabricator.services.mozilla.com/D47103

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Botond Ballo 2019-09-25 15:45:56 +00:00
parent 41934bd790
commit dcc1e04b0f

View File

@ -888,8 +888,8 @@ class Document : public nsINode,
* Return the referrer from document URI as defined in the Referrer Policy * Return the referrer from document URI as defined in the Referrer Policy
* specification. * specification.
* https://w3c.github.io/webappsec-referrer-policy/#determine-requests-referrer * https://w3c.github.io/webappsec-referrer-policy/#determine-requests-referrer
* While document is an iframe srcdoc document, let document be document???s * While document is an iframe srcdoc document, let document be document's
* browsing context???s browsing context container???s node document. * browsing context's browsing context container's node document.
* Then referrer should be document's URL * Then referrer should be document's URL
*/ */