diff --git a/mozilla/netwerk/protocol/http/public/MANIFEST_IDL b/mozilla/netwerk/protocol/http/public/MANIFEST_IDL index a1b5ae52780..2d5666f4931 100644 --- a/mozilla/netwerk/protocol/http/public/MANIFEST_IDL +++ b/mozilla/netwerk/protocol/http/public/MANIFEST_IDL @@ -2,4 +2,4 @@ nsIHTTPChannel.idl nsIHTTPProtocolHandler.idl nsIHTTPHeader.idl nsIHttpNotify.idl -nsIHTTPProtocolHandler.idl +nsIHTTPEventSink.idl diff --git a/mozilla/netwerk/protocol/http/public/Makefile.in b/mozilla/netwerk/protocol/http/public/Makefile.in index 37ee34f759e..d7b241287be 100644 --- a/mozilla/netwerk/protocol/http/public/Makefile.in +++ b/mozilla/netwerk/protocol/http/public/Makefile.in @@ -34,10 +34,10 @@ XPIDLSRCS = \ nsIHTTPChannel.idl \ nsIHttpNotify.idl \ nsIHTTPProtocolHandler.idl \ + nsIHTTPEventSink.idl \ $(NULL) EXPORTS = \ - nsIHttpEventSink.h \ nsHTTPEnums.h \ $(NULL) diff --git a/mozilla/netwerk/protocol/http/public/makefile.win b/mozilla/netwerk/protocol/http/public/makefile.win index 1908b67d841..3d574d31ce6 100644 --- a/mozilla/netwerk/protocol/http/public/makefile.win +++ b/mozilla/netwerk/protocol/http/public/makefile.win @@ -29,12 +29,12 @@ XPIDL_MODULE = necko_http XPIDLSRCS = \ .\nsIHTTPHeader.idl \ .\nsIHTTPChannel.idl \ - .\nsIHttpNotify.idl \ - .\nsIHTTPProtocolHandler.idl \ + .\nsIHttpNotify.idl \ + .\nsIHTTPProtocolHandler.idl \ + .\nsIHTTPEventSink.idl \ $(NULL) EXPORTS = \ - nsIHTTPEventSink.h \ nsHTTPEnums.h \ $(NULL)