Backed out changeset f24b86221837 (bug 1352559) for build bustage: unused variable 'stillwaiting' at dom/plugins/test/testplugin/nptest.cpp:1409. r=backout on a CLOSED TREE

This commit is contained in:
Sebastian Hengst 2017-07-12 19:11:49 +02:00
Родитель cdc9bccf24
Коммит 873c61c4f6
2 изменённых файлов: 0 добавлений и 5 удалений

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

@ -8,13 +8,9 @@
#define dom_plugins_PluginUtilsWin_h 1
#include "npapi.h"
#include "nscore.h"
namespace mozilla {
namespace plugins {
class PluginModuleParent;
namespace PluginUtilsWin {
nsresult RegisterForAudioDeviceChanges(PluginModuleParent* aModuleParent,

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

@ -15,7 +15,6 @@
#ifdef MOZ_CRASHREPORTER
#include "nsExceptionHandler.h"
#endif
#include "nsIThread.h"
namespace mozilla {
namespace ipc {