diff options
author | win7-7 <win7-7@users.noreply.github.com> | 2019-05-02 16:51:25 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-02 16:51:25 +0300 |
commit | 9b750203d0b87e9c4644ff58826e871a37f4c2cd (patch) | |
tree | b23f97ba9acf992195ae72d0a96ed5e8cd1e8a65 /layout/base/nsDisplayList.h | |
parent | aca5eb2cd39336d17d1ca3540061f83eedbec89f (diff) | |
download | uxp-9b750203d0b87e9c4644ff58826e871a37f4c2cd.tar.gz |
patch to Bug 1377329
Diffstat (limited to 'layout/base/nsDisplayList.h')
-rw-r--r-- | layout/base/nsDisplayList.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/base/nsDisplayList.h b/layout/base/nsDisplayList.h index c9f773f5b6..fcdc9e4fc0 100644 --- a/layout/base/nsDisplayList.h +++ b/layout/base/nsDisplayList.h @@ -1200,7 +1200,7 @@ private: PLArenaPool mPool; nsCOMPtr<nsISelection> mBoundingSelection; AutoTArray<PresShellState,8> mPresShellStates; - AutoTArray<nsIFrame*,100> mFramesMarkedForDisplay; + AutoTArray<nsIFrame*,400> mFramesMarkedForDisplay; AutoTArray<ThemeGeometry,2> mThemeGeometries; nsDisplayTableItem* mCurrentTableItem; DisplayListClipState mClipState; |