| Index: src/debug/debug.cc
|
| diff --git a/src/debug/debug.cc b/src/debug/debug.cc
|
| index c28e46885b4d92b88cca4ddc0fc303a4a42f74e7..c77ff06930e646d2c8ab169be8b4d3f0ef1ca686 100644
|
| --- a/src/debug/debug.cc
|
| +++ b/src/debug/debug.cc
|
| @@ -1524,7 +1524,7 @@ bool Debug::EnsureDebugInfo(Handle<SharedFunctionInfo> shared,
|
|
|
| if (function.is_null()) {
|
| DCHECK(shared->HasDebugCode());
|
| - } else if (!Compiler::Compile(function, CLEAR_EXCEPTION)) {
|
| + } else if (!Compiler::Compile(function, Compiler::CLEAR_EXCEPTION)) {
|
| return false;
|
| }
|
|
|
|
|