Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[squash] 🙏
  • Loading branch information
ofrobots committed Apr 26, 2018
commit d4e7d4c4b508884ba069af82a8b6cf5d4e63b8df
2 changes: 1 addition & 1 deletion deps/v8/test/cctest/test-cpu-profiler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1744,7 +1744,7 @@ TEST(FunctionDetailsInlining) {
const v8::CpuProfileNode* beta = FindChild(env, alpha, "beta");
if (!beta) return;
CheckFunctionDetails(env->GetIsolate(), beta, "beta", "script_b",
script_b->GetUnboundScript()->GetId(), 0, 0);
script_b->GetUnboundScript()->GetId(), 1, 14);
}

TEST(DontStopOnFinishedProfileDelete) {
Expand Down