This commit is contained in:
L. David Baron 2010-04-08 19:14:43 -07:00
Родитель 7d6550fc74
Коммит 6d90946f7c
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -59,7 +59,7 @@ UrlClassifierTable.prototype.QueryInterface = function(iid) {
}
/**
* Subclasses need to implment this method.
* Subclasses need to implement this method.
*/
UrlClassifierTable.prototype.exists = function(url, callback) {
throw Components.results.NS_ERROR_NOT_IMPLEMENTED;

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

@ -309,7 +309,7 @@ private:
class xptiWorkingSet
{
public:
xptiWorkingSet(); // not implmented
xptiWorkingSet(); // not implemented
xptiWorkingSet(nsISupportsArray* aDirectories);
~xptiWorkingSet();
@ -910,7 +910,7 @@ public:
private:
~xptiInterfaceInfoManager();
xptiInterfaceInfoManager(); // not implmented
xptiInterfaceInfoManager(); // not implemented
xptiInterfaceInfoManager(nsISupportsArray* aSearchPath);
enum AutoRegMode {