зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 230f42e5e26d (bug 813906)
This commit is contained in:
Родитель
1fa6d400c9
Коммит
6c297f1ea1
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче