Bug 370230: unbreak --enable-perf-metrics. Patch by me and Mats Palmgren. r/sr=jst

This commit is contained in:
jonas%sicking.cc 2007-02-13 21:18:25 +00:00
Родитель 1a04feb642
Коммит ccd6aa3575
5 изменённых файлов: 6 добавлений и 6 удалений

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

@ -61,7 +61,7 @@
#include "nsIContentSink.h"
#include "prlog.h"
#include "nsIRequest.h"
#include "nsTimer.h"
class nsIDocument;
class nsIURI;
@ -269,6 +269,9 @@ protected:
PRInt32 mInMonolithicContainer;
PRInt32 mInNotification;
// Measures content model creation time for current document
MOZ_TIMER_DECLARE(mWatch)
};

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

@ -110,7 +110,6 @@
#include "nsISelectElement.h"
#include "nsIStyleSheetLinkingElement.h"
#include "nsTimer.h"
#include "nsITimer.h"
#include "nsDOMError.h"
#include "nsContentPolicyUtils.h"
@ -325,9 +324,6 @@ protected:
#ifdef NS_DEBUG
void ForceReflow();
#endif
// Measures content model creation time for current document
MOZ_TIMER_DECLARE(mWatch)
};
class SinkContext

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

@ -67,6 +67,7 @@ REQUIRES = xpcom \
imglib2 \
unicharutil \
locale \
util \
$(NULL)
CPPSRCS = \

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

@ -95,7 +95,6 @@
#include "nsContentErrors.h"
#include "nsIDOMProcessingInstruction.h"
#include "nsNodeUtils.h"
#include "nsTimer.h"
#include "nsIScriptGlobalObject.h"
#ifdef MOZ_SVG

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

@ -71,6 +71,7 @@ REQUIRES = xpcom \
webshell \
unicharutil \
appshell \
util \
$(NULL)
CPPSRCS = nsXULControllers.cpp