Chromium Code Reviews| Index: gin/try_catch.h |
| diff --git a/gin/try_catch.h b/gin/try_catch.h |
| index 633b909234139c3040333732b9166b70f4e21b97..0e0c68be1418d2febc60ded6ebb6efe0850270d5 100644 |
| --- a/gin/try_catch.h |
| +++ b/gin/try_catch.h |
| @@ -16,7 +16,7 @@ namespace gin { |
| // TryCatch is a convenient wrapper around v8::TryCatch. |
| class GIN_EXPORT TryCatch { |
| public: |
| - TryCatch(); |
| + explicit TryCatch(v8::Isolate* isolate); |
| ~TryCatch(); |
| bool HasCaught(); |