Chromium Code Reviews| Index: src/isolate-inl.h |
| diff --git a/src/isolate-inl.h b/src/isolate-inl.h |
| index 89f285b2ee71ba4203d8cb3a020fa0f1f7a2c68b..c27b7a700d4143aee6afd0a10a69cb205296252c 100644 |
| --- a/src/isolate-inl.h |
| +++ b/src/isolate-inl.h |
| @@ -73,7 +73,7 @@ bool Isolate::is_catchable_by_javascript(Object* exception) { |
| Handle<JSGlobalObject> Isolate::global_object() { |
| - return Handle<JSGlobalObject>(context()->global_object()); |
| + return Handle<JSGlobalObject>(context()->global_object(), this); |
| } |