| Index: test/cctest/test-debug.cc
|
| diff --git a/test/cctest/test-debug.cc b/test/cctest/test-debug.cc
|
| index ef8466d65e4fa57b71af0d7351c9119909c1ba96..fb0f3f315c552aa26f68e9e50d3aa8831de2d9d5 100644
|
| --- a/test/cctest/test-debug.cc
|
| +++ b/test/cctest/test-debug.cc
|
| @@ -1715,7 +1715,7 @@ TEST(ScriptBreakPointByIdThroughJavaScript) {
|
| v8::Local<v8::Function>::Cast(env->Global()->Get(v8::String::New("g")));
|
|
|
| // Get the script id knowing that internally it is a 32 integer.
|
| - uint32_t script_id = script->Id()->Uint32Value();
|
| + uint32_t script_id = script->GetId();
|
|
|
| // Call f and g without break points.
|
| break_point_hit_count = 0;
|
|
|