| Index: third_party/WebKit/Source/bindings/core/v8/SourceLocation.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/SourceLocation.h b/third_party/WebKit/Source/bindings/core/v8/SourceLocation.h
|
| index fc0e24a71523fcaeaa569008f30c5fbea2297243..7b4ed1c3f0bdd0866bac6e4268af60f616f46b82 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/SourceLocation.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/SourceLocation.h
|
| @@ -19,12 +19,14 @@ class TracedValue;
|
|
|
| class CORE_EXPORT SourceLocation {
|
| public:
|
| - // Zero lineNumber and columnNumber mean unknown. Captures current stack trace.
|
| + // Zero lineNumber and columnNumber mean unknown. Captures current stack
|
| + // trace.
|
| static std::unique_ptr<SourceLocation> capture(const String& url,
|
| unsigned lineNumber,
|
| unsigned columnNumber);
|
|
|
| - // Shortcut when location is unknown. Tries to capture call stack or parsing location if available.
|
| + // Shortcut when location is unknown. Tries to capture call stack or parsing
|
| + // location if available.
|
| static std::unique_ptr<SourceLocation> capture(ExecutionContext* = nullptr);
|
|
|
| static std::unique_ptr<SourceLocation> fromMessage(v8::Isolate*,
|
|
|