| Index: src/transitions-inl.h
|
| diff --git a/src/transitions-inl.h b/src/transitions-inl.h
|
| index ea02d61031deb9a709a42e394c8a6c9c754c51f6..828a673d7f8f9f7922cac5b24eb8490f90220de3 100644
|
| --- a/src/transitions-inl.h
|
| +++ b/src/transitions-inl.h
|
| @@ -113,8 +113,7 @@ bool TransitionArray::IsSpecialTransition(Name* name) {
|
| return name == heap->nonextensible_symbol() ||
|
| name == heap->sealed_symbol() || name == heap->frozen_symbol() ||
|
| name == heap->elements_transition_symbol() ||
|
| - name == heap->strict_function_transition_symbol() ||
|
| - name == heap->observed_symbol();
|
| + name == heap->strict_function_transition_symbol();
|
| }
|
| #endif
|
|
|
|
|