Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: third_party/WebKit/Source/bindings/core/v8/SourceLocation.h

Issue 2386173002: reflow comments in Source/bindings/core/v8 (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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*,

Powered by Google App Engine
This is Rietveld 408576698