Fix spelling of "isContentPrefered" parameter. sr=hewitt

This commit is contained in:
jaggernaut%netscape.com 2006-09-14 06:00:14 +00:00
Родитель 9f3f7111bf
Коммит 75853a5615
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -109,7 +109,7 @@ nsBrowserContentListener.prototype =
return false;
},
doContent: function(contentType, isContentPrefered, request, contentHandler)
doContent: function(contentType, isContentPreferred, request, contentHandler)
{
// forward the doContent to our content area webshell
var docShell = this.contentWindow.docShell;