Bug 901976 followup - fix Windows build bustage; r=bustage

This commit is contained in:
Nathan Froyd 2013-08-09 11:11:31 -04:00
Родитель 1bf6b6b99c
Коммит 73f84114cc
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -490,7 +490,7 @@ nsWindowsRegKey::IsWatching(bool *result)
nsresult
NS_NewWindowsRegKey(nsIWindowsRegKey **result)
{
nsRefPtr<WindowsRegKey> key = new nsWindowsRegKey();
nsRefPtr<nsWindowsRegKey> key = new nsWindowsRegKey();
key.forget(result);
return NS_OK;
}