Fix for 106153, avoid building a content model for XBL event handlers, r=bryner, sr=waterson
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user