Bug 1296516: Remove misindented and commented out preprocessor directives. draft
authorEmilio Cobos Álvarez <ecoal95@gmail.com>
Thu, 18 Aug 2016 17:32:06 -0700
changeset 403109 183fd834cbf0b7d85d1f8959b9cca6c2f3472e78
parent 403108 e7f5496656363a231ce0b35cada9f2a8760c9518
child 403110 6c9f60e2cab57a79ae08c2ce19fa66dc84136435
push id26827
push userbmo:ealvarez@mozilla.com
push dateFri, 19 Aug 2016 04:18:50 +0000
bugs1296516
milestone51.0a1
Bug 1296516: Remove misindented and commented out preprocessor directives. MozReview-Commit-ID: 6INNAKM4GCm
layout/base/nsFrameManager.cpp
--- a/layout/base/nsFrameManager.cpp
+++ b/layout/base/nsFrameManager.cpp
@@ -33,24 +33,16 @@
 #include "nsAbsoluteContainingBlock.h"
 #include "ChildIterator.h"
 
 #include "nsFrameManager.h"
 #include "GeckoProfiler.h"
 #include "nsIStatefulFrame.h"
 #include "nsContainerFrame.h"
 
-  #ifdef DEBUG
-    //#define DEBUG_UNDISPLAYED_MAP
-    //#define DEBUG_DISPLAY_CONTENTS_MAP
-  #else
-    #undef DEBUG_UNDISPLAYED_MAP
-    #undef DEBUG_DISPLAY_CONTENTS_MAP
-  #endif
-
 using namespace mozilla;
 using namespace mozilla::dom;
 
 //----------------------------------------------------------------------
 
 PlaceholderMapEntry::KeyType
 PlaceholderMapEntry::GetKey() const {
   MOZ_ASSERT(mPlaceholderFrame->GetOutOfFlowFrame() != (void*)0xdddddddd,