Bug 1349816: Initialize a ScrollFrameHelper member-var in constructor. r=kats

Landing on a CLOSED TREE (bugzilla's down, but I'll update the bug manually)

MozReview-Commit-ID: 8SHQcIWQUR0
This commit is contained in:
Daniel Holbert 2017-03-24 13:34:42 -07:00
parent 71e324817c
commit eaf41a48a2
3 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<textarea dir='rtl' style='white-space:nowrap' draggable='true'>
LFIodxNi
&#x9C;&#x102C;&#xEC;&#x13;&#xB7;&#x8D;&#x210F;&#xBA;
&#xAD;&#x1A;
</textarea>
<noscript hidden contenteditable='true' title='&#x289;' itemscope>

View File

@ -651,3 +651,4 @@ load 1297427-non-equal-centers.html
load 1304441.html
load 1316649.html
load 1349650.html
asserts-if(browserIsRemote,0-5) load 1349816-1.html # bug 1350352

View File

@ -2052,6 +2052,7 @@ ScrollFrameHelper::ScrollFrameHelper(nsContainerFrame* aOuter,
, mTransformingByAPZ(false)
, mScrollableByAPZ(false)
, mZoomableByAPZ(false)
, mSuppressScrollbarRepaints(false)
, mVelocityQueue(aOuter->PresContext())
{
if (LookAndFeel::GetInt(LookAndFeel::eIntID_UseOverlayScrollbars) != 0) {