зеркало из https://github.com/mozilla/gecko-dev.git
Remove unimplemented status from NPN_ForceRedraw for IPC. We are ignoring calls on purpose and do not plan to implement it in any way at this point. b=555511 r=cjones
This commit is contained in:
Родитель
437a47ae91
Коммит
146d6023c8
|
@ -1056,7 +1056,9 @@ _forceredraw(NPP aNPP)
|
|||
{
|
||||
PLUGIN_LOG_DEBUG_FUNCTION;
|
||||
ENSURE_PLUGIN_THREAD_VOID();
|
||||
NS_WARNING("Not yet implemented!");
|
||||
|
||||
// We ignore calls to NPN_ForceRedraw. Such calls should
|
||||
// never be necessary.
|
||||
}
|
||||
|
||||
const char* NP_CALLBACK
|
||||
|
|
Загрузка…
Ссылка в новой задаче