Bug 1176749. nsIScriptError.idl should use nsStringGlue.h, not nsString.h. r=mrbkap

This commit is contained in:
Magnus Melin 2015-06-23 20:31:17 +03:00
Родитель 08d01a67bb
Коммит 9ccc5bb1d7
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -12,7 +12,7 @@
#include "nsIConsoleMessage.idl"
%{C++
#include "nsString.h" // for nsDependentCString
#include "nsStringGlue.h" // for nsDependentCString
%}
[scriptable, uuid(248b2c94-2736-4d29-bfdf-bc64a2e60d35)]