| Index: src/ast/prettyprinter.cc
|
| diff --git a/src/ast/prettyprinter.cc b/src/ast/prettyprinter.cc
|
| index 05590f30cb01224b0801e27bd9391d237fbe727e..1f6b8c31debb8376d3aff273ab6c7d8e40b0fed7 100644
|
| --- a/src/ast/prettyprinter.cc
|
| +++ b/src/ast/prettyprinter.cc
|
| @@ -348,14 +348,6 @@ void CallPrinter::VisitCallNew(CallNew* node) {
|
|
|
|
|
| void CallPrinter::VisitCallRuntime(CallRuntime* node) {
|
| - if (!node->is_jsruntime() &&
|
| - node->function() ==
|
| - Runtime::FunctionForId(Runtime::kInlineDefaultConstructorCallSuper)) {
|
| - found_ = true;
|
| - Print("super");
|
| - done_ = true;
|
| - return;
|
| - }
|
| FindArguments(node->arguments());
|
| }
|
|
|
|
|