Added comment to remind people modifying nsDOMError.h to also add an error string.

This commit is contained in:
vidur%netscape.com 1999-11-12 02:08:45 +00:00
Родитель 5c6aaac40c
Коммит 97fc1836cd
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -25,6 +25,9 @@
#include "nsError.h"
// XXX If you add a new error code, also add an error string to
// dom/base/src/domerr.msg
/* DOM error codes from http://www.w3.org/TR/REC-DOM-Level-1/ */
#define NS_ERROR_DOM_INDEX_SIZE_ERR NS_ERROR_GENERATE_FAILURE(NS_ERROR_MODULE_DOM,1)