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

git-svn-id: svn://10.0.0.236/trunk@220080 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jonas%sicking.cc
2007-02-13 21:18:25 +00:00
parent 24650e4887
commit 465b8fad66
5 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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

View File

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