Fix for 106153, avoid building a content model for XBL event handlers, r=bryner, sr=waterson

This commit is contained in:
hyatt@netscape.com
2001-11-02 01:53:13 +00:00
parent 8d4a6c3d83
commit 967b804b1f
52 changed files with 1915 additions and 1097 deletions

View File

@@ -74,7 +74,8 @@ public:
nsILoadGroup* aLoadGroup,
nsISupports* aContainer,
nsIStreamListener **aDocListener,
PRBool aReset = PR_TRUE);
PRBool aReset = PR_TRUE,
nsIContentSink* aSink = nsnull);
NS_IMETHOD EndLoad();