Bug 1200484 (part 9) - Use JS column numbers in nsContentUtils::ReportToConsoleNonLocalized. r=khuey.

--HG--
extra : rebase_source : e2c8d11872cf7507383e6f8da9c733f7ded06021
This commit is contained in:
Nicholas Nethercote 2015-09-01 17:56:26 -07:00
Родитель ddab35a56a
Коммит 27aa77e096
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -3502,7 +3502,7 @@ nsContentUtils::ReportToConsoleNonLocalized(const nsAString& aErrorText,
if (!aLineNumber) {
JSContext *cx = GetCurrentJSContext();
if (cx) {
nsJSUtils::GetCallingLocation(cx, spec, &aLineNumber);
nsJSUtils::GetCallingLocation(cx, spec, &aLineNumber, &aColumnNumber);
}
}
if (spec.IsEmpty() && aURI)