Backed out changeset 230f42e5e26d (bug 813906)

This commit is contained in:
Ed Morley 2013-02-13 12:05:36 +00:00
Родитель 1fa6d400c9
Коммит 6c297f1ea1
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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) {