Bug 941918 - Remove big scary comment in AsyncShutdown. r=bsmedberg

This commit is contained in:
David Rajchenbach-Teller 2014-02-14 11:52:13 -05:00
Родитель aeadc828cc
Коммит c5ac7e6bc2
1 изменённых файлов: 0 добавлений и 5 удалений

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

@ -5,11 +5,6 @@
/** /**
* Managing safe shutdown of asynchronous services. * Managing safe shutdown of asynchronous services.
* *
* THIS API IS EXPERIMENTAL AND SUBJECT TO CHANGE WITHOUT PRIOR NOTICE
* IF YOUR CODE USES IT, IT MAY HAVE STOPPED WORKING ALREADY
* YOU HAVE BEEN WARNED
*
*
* Firefox shutdown is composed of phases that take place * Firefox shutdown is composed of phases that take place
* sequentially. Typically, each shutdown phase removes some * sequentially. Typically, each shutdown phase removes some
* capabilities from the application. For instance, at the end of * capabilities from the application. For instance, at the end of