Bug 560128 - mAddedScrollPositionListener isn't initialized in nsCanvasFrame, r=roc

--HG--
extra : rebase_source : aabbbc498940102ac639604702d41b23353e2038
This commit is contained in:
timeless@mozdev.org 2010-04-19 01:06:00 -07:00
parent 29602ff3d5
commit 17ce09b4e7

View File

@ -64,7 +64,9 @@ class nsCanvasFrame : public nsHTMLContainerFrame,
{
public:
nsCanvasFrame(nsStyleContext* aContext)
: nsHTMLContainerFrame(aContext), mDoPaintFocus(PR_FALSE),
: nsHTMLContainerFrame(aContext),
mDoPaintFocus(PR_FALSE),
mAddedScrollPositionListener(PR_FALSE),
mAbsoluteContainer(nsGkAtoms::absoluteList) {}
NS_DECL_QUERYFRAME_TARGET(nsCanvasFrame)