| Index: src/ia32/full-codegen-ia32.cc
 | 
| ===================================================================
 | 
| --- src/ia32/full-codegen-ia32.cc	(revision 10686)
 | 
| +++ src/ia32/full-codegen-ia32.cc	(working copy)
 | 
| @@ -113,10 +113,8 @@
 | 
|  //
 | 
|  // The function builds a JS frame.  Please see JavaScriptFrameConstants in
 | 
|  // frames-ia32.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());
 | 
| 
 |