diff --git a/mozilla/htmlparser/src/Makefile.in b/mozilla/htmlparser/src/Makefile.in index 5ff79298f63..d471480e333 100644 --- a/mozilla/htmlparser/src/Makefile.in +++ b/mozilla/htmlparser/src/Makefile.in @@ -86,6 +86,7 @@ EXPORTS = \ nsParserCIID.h \ nsExpatDTD.h \ nsParserError.h \ + nsIElementObserver.h \ $(NULL) EXTRA_EXPORTS = \ diff --git a/mozilla/htmlparser/src/makefile.win b/mozilla/htmlparser/src/makefile.win index a7689781d56..3b48fd7a520 100644 --- a/mozilla/htmlparser/src/makefile.win +++ b/mozilla/htmlparser/src/makefile.win @@ -111,9 +111,10 @@ EXPORTS= \ COtherDTD.h \ nsIDTD.h \ nsXIFDTD.h \ - nsExpatDTD.h \ - nsParserCIID.h \ - nsParserError.h \ + nsExpatDTD.h \ + nsParserCIID.h \ + nsParserError.h \ + nsIElementObserver.h \ $(NULL) EXTRA_EXPORTS= \ diff --git a/mozilla/parser/htmlparser/src/Makefile.in b/mozilla/parser/htmlparser/src/Makefile.in index 5ff79298f63..d471480e333 100644 --- a/mozilla/parser/htmlparser/src/Makefile.in +++ b/mozilla/parser/htmlparser/src/Makefile.in @@ -86,6 +86,7 @@ EXPORTS = \ nsParserCIID.h \ nsExpatDTD.h \ nsParserError.h \ + nsIElementObserver.h \ $(NULL) EXTRA_EXPORTS = \ diff --git a/mozilla/parser/htmlparser/src/makefile.win b/mozilla/parser/htmlparser/src/makefile.win index a7689781d56..3b48fd7a520 100644 --- a/mozilla/parser/htmlparser/src/makefile.win +++ b/mozilla/parser/htmlparser/src/makefile.win @@ -111,9 +111,10 @@ EXPORTS= \ COtherDTD.h \ nsIDTD.h \ nsXIFDTD.h \ - nsExpatDTD.h \ - nsParserCIID.h \ - nsParserError.h \ + nsExpatDTD.h \ + nsParserCIID.h \ + nsParserError.h \ + nsIElementObserver.h \ $(NULL) EXTRA_EXPORTS= \