| Index: src/objects-inl.h
|
| diff --git a/src/objects-inl.h b/src/objects-inl.h
|
| index d9d36e0f4be1147ad8d5e3eee2c9625f6b024c1e..deb33653f7844c70ae9d848f5a59e62cbbe43989 100644
|
| --- a/src/objects-inl.h
|
| +++ b/src/objects-inl.h
|
| @@ -1667,7 +1667,9 @@ int JSObject::GetHeaderSize() {
|
| case JS_MESSAGE_OBJECT_TYPE:
|
| return JSMessageObject::kSize;
|
| default:
|
| - UNREACHABLE();
|
| + // TODO(jkummerow): Re-enable this. Blink currently hits this
|
| + // from its CustomElementConstructorBuilder.
|
| + // UNREACHABLE();
|
| return 0;
|
| }
|
| }
|
|
|