diff --git a/mozilla/layout/html/tests/TestAttributes.cpp b/mozilla/layout/html/tests/TestAttributes.cpp index c086f4b08c7..73313f65cbd 100644 --- a/mozilla/layout/html/tests/TestAttributes.cpp +++ b/mozilla/layout/html/tests/TestAttributes.cpp @@ -71,7 +71,7 @@ void testAttributes(nsIHTMLContent* content) { printf("test 3 (case comparison) failed\n"); } - content->UnsetAttribute(sWIDTH); + content->UnsetAttribute(sWIDTH, PR_FALSE); nsISupportsArray* allNames; NS_NewISupportsArray(&allNames); diff --git a/mozilla/layout/html/tests/makefile.win b/mozilla/layout/html/tests/makefile.win index 11fa62fbc1e..fc59afbb500 100644 --- a/mozilla/layout/html/tests/makefile.win +++ b/mozilla/layout/html/tests/makefile.win @@ -68,7 +68,6 @@ install:: $(PROGRAMS) $(MAKE_INSTALL) $(PROG2) $(DIST)\bin $(MAKE_INSTALL) $(PROG3) $(DIST)\bin $(MAKE_INSTALL) $(PROG4) $(DIST)\bin - $(MAKE_INSTALL) $(PROG5) $(DIST)\bin clobber:: rm -f $(DIST)\bin\TestCSSScanner.exe