| Index: src/compiler.cc
|
| diff --git a/src/compiler.cc b/src/compiler.cc
|
| index 3b612c1323dbf5874fb56cbe6959e699cb9112f0..710f938bed205937ce4a2b334c414a0569d17cf2 100644
|
| --- a/src/compiler.cc
|
| +++ b/src/compiler.cc
|
| @@ -1351,7 +1351,6 @@ Handle<SharedFunctionInfo> Compiler::BuildFunctionInfo(
|
| RecordFunctionCompilation(Logger::FUNCTION_TAG, &info, result);
|
| result->set_allows_lazy_compilation(allow_lazy);
|
| result->set_allows_lazy_compilation_without_context(allow_lazy_without_ctx);
|
| - result->set_uses_super(literal->uses_super());
|
|
|
| // Set the expected number of properties for instances and return
|
| // the resulting function.
|
|
|