Forgot a file. Bug 221669, r=ben, sr=jst

git-svn-id: svn://10.0.0.236/trunk@159241 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu 2004-07-15 06:39:13 +00:00
parent 146aa53d1e
commit 5d0465427b

View File

@ -525,6 +525,12 @@ protected:
*/
nsresult ResumeWalk();
/**
* Report that an overlay failed to load
* @param aURI the URI of the overlay that failed to load
*/
void ReportMissingOverlay(nsIURI* aURI);
#if defined(DEBUG_waterson) || defined(DEBUG_hyatt)
// timing
nsTime mLoadStart;