Bug 1167069 - Initialize nsPluginFrame::mInstanceOwner to null. r=jmathies

This commit is contained in:
Steven Michaud 2015-05-29 10:59:08 -05:00
parent a96f1789dd
commit 7dfaa36e7d

View File

@ -155,6 +155,7 @@ protected:
nsPluginFrame::nsPluginFrame(nsStyleContext* aContext)
: nsPluginFrameSuper(aContext)
, mInstanceOwner(nullptr)
, mReflowCallbackPosted(false)
{
MOZ_LOG(GetObjectFrameLog(), PR_LOG_DEBUG,