Bug 783630 - Fix bustage on inbound.

This commit is contained in:
Dave Hylands 2012-11-09 10:23:18 -08:00
Родитель 517cf42c43
Коммит 9692ffc9b8
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -337,7 +337,7 @@ private:
friend class CrashReporterParent;
nsRefPtr<nsConsoleService> mConsoleService;
already_AddRefed<nsConsoleService> GetConsoleService();
nsConsoleService* GetConsoleService();
};
} // namespace dom