Fix fba52fc5161a, bug 813906, test bustage.

This commit is contained in:
Georg Fritzsche 2013-02-13 12:34:22 +01:00
Родитель 5b9c784325
Коммит 1fa6d400c9
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -585,8 +585,6 @@ 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) {