mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 230f42e5e26d (bug 813906)
This commit is contained in:
parent
8780b762d1
commit
d284176066
@ -585,6 +585,8 @@ drawAsyncBitmapColor(InstanceData* instanceData)
|
||||
|
||||
static bool bug813906(NPP npp, const char* const function, const char* const url, const char* const frame)
|
||||
{
|
||||
InstanceData* id = static_cast<InstanceData*>(npp->pdata);
|
||||
|
||||
NPObject *windowObj = nullptr;
|
||||
NPError err = NPN_GetValue(npp, NPNVWindowNPObject, &windowObj);
|
||||
if (err != NPERR_NO_ERROR) {
|
||||
|
Loading…
Reference in New Issue
Block a user