gwt /
gwt /
7651776d0e6556082327f1cf52286f1f7904d507 In cases where sourcemaps were turned off, or Safari is used, the StackTraceDeobfuscator would report the raw JS line number as the Java line number. This change does two things:
1) Enable CollectorChromeNoSourceMap which reports -1 for JS line number when sourcemaps are off (thus forcing symbolMap to be used)
2) If sourcemaps are on, but no column information is present, or column is -1 (Safari), fall back to symbolMap
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@10862 8db76d5a-ed1c-0410-87a9-c151d255dfc7
3 files changed