mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-16 11:45:31 +00:00
Added comment to remind people modifying nsDOMError.h to also add an error string.
This commit is contained in:
parent
5c6aaac40c
commit
97fc1836cd
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user