| Index: src/x64/full-codegen-x64.cc
|
| ===================================================================
|
| --- src/x64/full-codegen-x64.cc (revision 10686)
|
| +++ src/x64/full-codegen-x64.cc (working copy)
|
| @@ -113,10 +113,8 @@
|
| //
|
| // The function builds a JS frame. Please see JavaScriptFrameConstants in
|
| // frames-x64.h for its layout.
|
| -void FullCodeGenerator::Generate(CompilationInfo* info) {
|
| - ASSERT(info_ == NULL);
|
| - info_ = info;
|
| - scope_ = info->scope();
|
| +void FullCodeGenerator::Generate() {
|
| + CompilationInfo* info = info_;
|
| handler_table_ =
|
| isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED);
|
| SetFunctionPosition(function());
|
|
|