mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 856413 - Once UIEvent#view property is read, value of UIEvent#view property will be null, r=Ms2ger
--HG-- extra : rebase_source : d033288850b3d9594510a34f12ba43fe3097d969
This commit is contained in:
parent
0f70490345
commit
909bf66353
@ -100,7 +100,7 @@ public:
|
||||
already_AddRefed<nsIDOMWindow> GetView()
|
||||
{
|
||||
nsCOMPtr<nsIDOMWindow> view = mView;
|
||||
return mView.forget();
|
||||
return view.forget();
|
||||
}
|
||||
|
||||
int32_t Detail()
|
||||
|
Loading…
Reference in New Issue
Block a user