| Index: src/hydrogen.cc
|
| diff --git a/src/hydrogen.cc b/src/hydrogen.cc
|
| index 3ce4a5b179831570f4bbba9034c181ce4e8234a6..48c27c93c6383d93eae83d87a0eeb9e70abb6fcf 100644
|
| --- a/src/hydrogen.cc
|
| +++ b/src/hydrogen.cc
|
| @@ -3187,14 +3187,6 @@ void HGraphBuilder::VisitArrayLiteral(ArrayLiteral* expr) {
|
| }
|
|
|
|
|
| -void HGraphBuilder::VisitCatchExtensionObject(CatchExtensionObject* expr) {
|
| - ASSERT(!HasStackOverflow());
|
| - ASSERT(current_block() != NULL);
|
| - ASSERT(current_block()->HasPredecessor());
|
| - return Bailout("CatchExtensionObject");
|
| -}
|
| -
|
| -
|
| // Sets the lookup result and returns true if the store can be inlined.
|
| static bool ComputeStoredField(Handle<Map> type,
|
| Handle<String> name,
|
|
|