This commit is contained in:
bryner%netscape.com 2003-03-12 05:03:35 +00:00
Родитель 7ce4b290a0
Коммит f53211b6ca
1 изменённых файлов: 4 добавлений и 1 удалений

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

@ -187,7 +187,10 @@ protected:
void ConstructInsertionTable(nsIContent* aElement);
void GetNestedChildren(nsIAtom* aTag, nsIContent* aContent,
nsISupportsArray** aList);
// This should never be called, but is necessary to satisfy nsRefPtr.
nsXBLPrototypeBinding() { NS_NOTREACHED("nsXBLPrototypeBinding default ctor"); }
protected:
// Internal helper class for managing our IID table.
class nsIIDKey : public nsHashKey {