| Index: src/objects-inl.h
|
| diff --git a/src/objects-inl.h b/src/objects-inl.h
|
| index b0da6f8a2a618978fcd58d4d22181a19ace8de88..a4dd99079165f7d80bad76cdea660268df3b335d 100644
|
| --- a/src/objects-inl.h
|
| +++ b/src/objects-inl.h
|
| @@ -26,6 +26,7 @@
|
| #include "src/objects.h"
|
| #include "src/objects-visiting.h"
|
| #include "src/property.h"
|
| +#include "src/prototype-iterator.h"
|
| #include "src/spaces.h"
|
| #include "src/store-buffer.h"
|
| #include "src/transitions-inl.h"
|
| @@ -6495,7 +6496,7 @@ bool JSGlobalObject::IsDetached() {
|
|
|
|
|
| bool JSGlobalProxy::IsDetachedFrom(GlobalObject* global) {
|
| - return GetPrototype() != global;
|
| + return SAFE_GET_PROTOTYPE_FAST(this) != global;
|
| }
|
|
|
|
|
|
|