summaryrefslogtreecommitdiffstats
path: root/layout/build
diff options
context:
space:
mode:
Diffstat (limited to 'layout/build')
-rw-r--r--layout/build/nsLayoutStatics.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/layout/build/nsLayoutStatics.cpp b/layout/build/nsLayoutStatics.cpp
index 1738098ed2..ecc84ad286 100644
--- a/layout/build/nsLayoutStatics.cpp
+++ b/layout/build/nsLayoutStatics.cpp
@@ -183,9 +183,6 @@ nsresult nsLayoutStatics::Initialize() {
nsMathMLOperators::AddRefTable();
-#ifdef DEBUG
- nsIFrame::DisplayReflowStartup();
-#endif
Attr::Initialize();
PopupBlocker::Initialize();
@@ -320,9 +317,6 @@ void nsLayoutStatics::Shutdown() {
HTMLDNSPrefetch::Shutdown();
nsCSSRendering::Shutdown();
StaticPresData::Shutdown();
-#ifdef DEBUG
- nsIFrame::DisplayReflowShutdown();
-#endif
nsCellMap::Shutdown();
ActiveLayerTracker::Shutdown();