Bug 968804 - Part r: Point out the outer window assertion in SetArguments in the documentation; r=khuey

This commit is contained in:
Ms2ger 2014-06-29 17:36:02 +02:00
Родитель 91b523c2d5
Коммит 835b2c23f9
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -663,6 +663,8 @@ public:
* |dialogArguments| back from nsWindowWatcher to nsGlobalWindow. For the
* latter, the array is an array of length 0 whose only element is a
* DialogArgumentsHolder representing the JS value passed to showModalDialog.
*
* Outer windows only.
*/
virtual nsresult SetArguments(nsIArray *aArguments) = 0;