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

This commit is contained in:
bzbarsky%mit.edu 2004-07-15 06:39:13 +00:00
Родитель 1b3f21704f
Коммит bf8ae7b49b
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -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;