Bug 847626 (followup) - Trivial punctuation fix for the last patch. DONTBUILD

This commit is contained in:
Matt Brubeck 2013-03-11 17:03:09 -07:00
Родитель 273c3b1da0
Коммит 06a82a239e
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -41,7 +41,7 @@ ContentPermissionPrompt.prototype = {
getChromeWindowForRequest: function getChromeWindowForRequest(aRequest) { getChromeWindowForRequest: function getChromeWindowForRequest(aRequest) {
if (aRequest.window) if (aRequest.window)
return this.getChromeWindow(aRequest.window.top).wrappedJSObject : return this.getChromeWindow(aRequest.window.top).wrappedJSObject;
return aRequest.element.ownerDocument.defaultView; return aRequest.element.ownerDocument.defaultView;
}, },