| Index: src/ic.cc
|
| diff --git a/src/ic.cc b/src/ic.cc
|
| index 2b9e29c3c1bf78b8abab0cf23c686f67ffaf5e48..ac442fbcc3f70813e6a6d1bdf53e593684a32da5 100644
|
| --- a/src/ic.cc
|
| +++ b/src/ic.cc
|
| @@ -992,9 +992,6 @@ Handle<Code> LoadIC::CompileHandler(LookupResult* lookup,
|
| }
|
| case CONSTANT: {
|
| Handle<Object> constant(lookup->GetConstant(), isolate());
|
| - // TODO(2803): Don't compute a stub for cons strings because they cannot
|
| - // be embedded into code.
|
| - if (constant->IsConsString()) break;
|
| return compiler.CompileLoadConstant(type, holder, name, constant);
|
| }
|
| case NORMAL:
|
|
|