mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
Bug 1255655 - Const-ify mozilla::dom::ErrorFormatString. r=baku.
--HG-- extra : rebase_source : 0f8d74ff1043835c54d68eb4002d72c2f94921cd
This commit is contained in:
parent
a05532465c
commit
666b54a97d
@ -55,7 +55,7 @@
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
|
||||
JSErrorFormatString ErrorFormatString[] = {
|
||||
const JSErrorFormatString ErrorFormatString[] = {
|
||||
#define MSG_DEF(_name, _argc, _exn, _str) \
|
||||
{ #_name, _str, _argc, _exn },
|
||||
#include "mozilla/dom/Errors.msg"
|
||||
|
Loading…
Reference in New Issue
Block a user