| Index: third_party/WebKit/Source/bindings/core/v8/SourceLocation.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/SourceLocation.cpp b/third_party/WebKit/Source/bindings/core/v8/SourceLocation.cpp
|
| index c769000e318bafc54c211eb8eaae783717494071..f8aa07109757c1a9887e0da9ca4cda1ac7e949b5 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/SourceLocation.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/SourceLocation.cpp
|
| @@ -30,7 +30,7 @@ std::unique_ptr<v8_inspector::V8StackTrace> CaptureStackTrace(bool full) {
|
| ScriptForbiddenScope::AllowUserAgentScript allow_scripting;
|
| return debugger->GetV8Inspector()->captureStackTrace(full);
|
| }
|
| -}
|
| +} // namespace
|
|
|
| // static
|
| std::unique_ptr<SourceLocation> SourceLocation::Capture(
|
|
|