Chromium Code Reviews| Index: include/v8.h |
| diff --git a/include/v8.h b/include/v8.h |
| index d2b571567d8a857fb1190ca13edba9e5dc09f982..583fe8e8076df4b609e586f46b6300de85668f12 100644 |
| --- a/include/v8.h |
| +++ b/include/v8.h |
| @@ -3878,6 +3878,7 @@ class V8EXPORT Context { |
| /** Returns the context that is on the top of the stack. */ |
| static Local<Context> GetCurrent(); |
| + static Local<Context> GetCurrent(Isolate* isolate); |
| /** |
| * Returns the context of the calling JavaScript code. That is the |