mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-26 12:20:56 +00:00
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:
parent
71e324817c
commit
eaf41a48a2
6
layout/generic/crashtests/1349816-1.html
Normal file
6
layout/generic/crashtests/1349816-1.html
Normal file
@ -0,0 +1,6 @@
|
||||
<textarea dir='rtl' style='white-space:nowrap' draggable='true'>
|
||||
LFIodxNi
|
||||
œာ췍ℏº
|
||||
­
|
||||
</textarea>
|
||||
<noscript hidden contenteditable='true' title='ʉ' itemscope>
|
@ -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
|
||||
|
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user