| Index: src/compiler.cc
|
| diff --git a/src/compiler.cc b/src/compiler.cc
|
| index f6e5daac854228dec0381fdd64b317330109833b..18a780b6290fae541455ff542a16648f00462499 100644
|
| --- a/src/compiler.cc
|
| +++ b/src/compiler.cc
|
| @@ -570,7 +570,7 @@ static Handle<SharedFunctionInfo> MakeFunctionInfo(CompilationInfo* info) {
|
|
|
| #ifdef ENABLE_DEBUGGER_SUPPORT
|
| if (info->is_eval()) {
|
| - script->set_compilation_type(Script::COMPILATION_TYPE_EVAL);
|
| + script->set_compilation_type(v8::Script::COMPILATION_TYPE_EVAL);
|
| // For eval scripts add information on the function from which eval was
|
| // called.
|
| if (info->is_eval()) {
|
|
|