Chromium Code Reviews| Index: gin/shell/gin_main.cc |
| diff --git a/gin/shell/gin_main.cc b/gin/shell/gin_main.cc |
| index 62143c9926f5a609ff95c2c3ef593a351df4925f..d3bab721bebd82aa0d0741863a1d859c6919bab1 100644 |
| --- a/gin/shell/gin_main.cc |
| +++ b/gin/shell/gin_main.cc |
| @@ -75,9 +75,7 @@ |
| { |
| gin::Runner::Scope scope(&runner); |
| - runner.GetContextHolder() |
| - ->isolate() |
| - ->SetCaptureStackTraceForUncaughtExceptions(true); |
| + v8::V8::SetCaptureStackTraceForUncaughtExceptions(true); |
| } |
| base::CommandLine::StringVector args = |