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
parent 08d01a67bb
commit 9ccc5bb1d7

View File

@ -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)]