fix bug 124182 - move nsAVLTree into htmlparser, since it is the only consumer

r=harishd, sr=jst


git-svn-id: svn://10.0.0.236/trunk@129311 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alecf%netscape.com
2002-09-12 04:52:01 +00:00
parent 2a7fc209e3
commit f222dfaf57
13 changed files with 70 additions and 751 deletions

View File

@@ -40,7 +40,7 @@
enum eLean {eLeft,eNeutral,eRight};
struct NS_COM nsAVLNode {
struct nsAVLNode {
public:
nsAVLNode(void* aValue) {