Bug #1465866: removes methods from ScrollBoxObject and deletes unneccessary spacing draft
authorEmma Malysz <emalysz@mozilla.com>
Fri, 01 Jun 2018 12:44:26 -0700
changeset 802964 98dfaa10f90301ec34a187f4cc36162b235f3904
parent 802929 07a3f0943456d34d76164c239ef87eb7be471c89
push id112014
push userbmo:emalysz@mozilla.com
push dateFri, 01 Jun 2018 19:44:50 +0000
bugs1465866
milestone62.0a1
Bug #1465866: removes methods from ScrollBoxObject and deletes unneccessary spacing MozReview-Commit-ID: HMNouSILeP4
layout/xul/ScrollBoxObject.cpp
--- a/layout/xul/ScrollBoxObject.cpp
+++ b/layout/xul/ScrollBoxObject.cpp
@@ -282,17 +282,16 @@ void ScrollBoxObject::EnsureElementIsVis
     }
 
     shell->ScrollContentIntoView(&child,
                                  nsIPresShell::ScrollAxis(),
                                  nsIPresShell::ScrollAxis(),
                                  nsIPresShell::SCROLL_FIRST_ANCESTOR_ONLY |
                                  nsIPresShell::SCROLL_OVERFLOW_HIDDEN);
 }
-    
 } // namespace dom
 } // namespace mozilla
 
 using namespace mozilla::dom;
 
 nsresult
 NS_NewScrollBoxObject(nsIBoxObject** aResult)
 {