Bug 1523969 part 10 - Move method definition inline comments to new line in 'image/'. r=aosmond

Differential Revision: https://phabricator.services.mozilla.com/D21110
This commit is contained in:
Ryan Hunt
2019-02-25 16:07:58 -06:00
parent 50b1514555
commit f703c76ee2
13 changed files with 152 additions and 102 deletions

View File

@@ -136,8 +136,9 @@ bool ImageCacheKey::SchemeIs(const char* aScheme) {
return NS_SUCCEEDED(mURI->SchemeIs(aScheme, &matches)) && matches;
}
/* static */ void* ImageCacheKey::GetSpecialCaseDocumentToken(
Document* aDocument, nsIURI* aURI) {
/* static */
void* ImageCacheKey::GetSpecialCaseDocumentToken(Document* aDocument,
nsIURI* aURI) {
// Cookie-averse documents can never have storage granted to them. Since they
// may not have inner windows, they would require special handling below, so
// just bail out early here.