mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
initialize ChildView member variable mWindow. b=398340 r=smichaud sr=roc a=roc
This commit is contained in:
parent
e8ab62c7c1
commit
96a9ba5146
@ -1817,6 +1817,7 @@ NSEvent* gLastDragEvent = nil;
|
||||
- (id)initWithFrame:(NSRect)inFrame geckoChild:(nsChildView*)inChild eventSink:(nsIEventSink*)inSink
|
||||
{
|
||||
if ((self = [super initWithFrame:inFrame])) {
|
||||
mWindow = nil;
|
||||
mGeckoChild = inChild;
|
||||
mIsPluginView = NO;
|
||||
mCurKeyEvent = nil;
|
||||
|
Loading…
Reference in New Issue
Block a user