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

This commit is contained in:
Steven Michaud 2015-05-29 10:59:08 -05:00
Родитель bc1efeb0e0
Коммит 947b9dd206
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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