зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1200484 (part 9) - Use JS column numbers in nsContentUtils::ReportToConsoleNonLocalized. r=khuey.
--HG-- extra : rebase_source : e2c8d11872cf7507383e6f8da9c733f7ded06021
This commit is contained in:
Родитель
ddab35a56a
Коммит
27aa77e096
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче