Trace.parseSafari constructor
- String trace
Parses a string representation of a Safari stack trace.
Implementation
Trace.parseSafari(String trace) : this.parseFirefox(trace);
Parses a string representation of a Safari stack trace.
Trace.parseSafari(String trace) : this.parseFirefox(trace);