mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1167069 - Initialize nsPluginFrame::mInstanceOwner to null. r=jmathies
This commit is contained in:
parent
a96f1789dd
commit
7dfaa36e7d
@ -155,6 +155,7 @@ protected:
|
||||
|
||||
nsPluginFrame::nsPluginFrame(nsStyleContext* aContext)
|
||||
: nsPluginFrameSuper(aContext)
|
||||
, mInstanceOwner(nullptr)
|
||||
, mReflowCallbackPosted(false)
|
||||
{
|
||||
MOZ_LOG(GetObjectFrameLog(), PR_LOG_DEBUG,
|
||||
|
Loading…
Reference in New Issue
Block a user