зеркало из https://github.com/mozilla/gecko-dev.git
Bug 776898 - vc11 nullptr fix for PluginInstanceParent. r=ehsan
This commit is contained in:
Родитель
855e96526b
Коммит
e0afc045d4
|
@ -1922,7 +1922,7 @@ bool
|
|||
PluginInstanceParent::SharedSurfaceSetWindow(const NPWindow* aWindow,
|
||||
NPRemoteWindow& aRemoteWindow)
|
||||
{
|
||||
aRemoteWindow.window = nsnull;
|
||||
aRemoteWindow.window = 0;
|
||||
aRemoteWindow.x = aWindow->x;
|
||||
aRemoteWindow.y = aWindow->y;
|
||||
aRemoteWindow.width = aWindow->width;
|
||||
|
|
Загрузка…
Ссылка в новой задаче