Bug 1255655 - Const-ify mozilla::dom::ErrorFormatString. r=baku.

--HG--
extra : rebase_source : 0f8d74ff1043835c54d68eb4002d72c2f94921cd
This commit is contained in:
Nicholas Nethercote 2016-03-11 13:05:10 +11:00
parent a05532465c
commit 666b54a97d

View File

@ -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"