| Index: src/isolate-inl.h
|
| diff --git a/src/isolate-inl.h b/src/isolate-inl.h
|
| index c281c24639475513883da86e756db199b59fb183..89f285b2ee71ba4203d8cb3a020fa0f1f7a2c68b 100644
|
| --- a/src/isolate-inl.h
|
| +++ b/src/isolate-inl.h
|
| @@ -72,8 +72,8 @@ bool Isolate::is_catchable_by_javascript(Object* exception) {
|
| }
|
|
|
|
|
| -Handle<GlobalObject> Isolate::global_object() {
|
| - return Handle<GlobalObject>(context()->global_object());
|
| +Handle<JSGlobalObject> Isolate::global_object() {
|
| + return Handle<JSGlobalObject>(context()->global_object());
|
| }
|
|
|
|
|
|
|