| Index: src/code-stub-assembler.cc
|
| diff --git a/src/code-stub-assembler.cc b/src/code-stub-assembler.cc
|
| index 5537d0a9b0f3412325cf5f315344b6cd74269bda..2ebddae0cdfea3678e9349b6fec837bda07e31fb 100644
|
| --- a/src/code-stub-assembler.cc
|
| +++ b/src/code-stub-assembler.cc
|
| @@ -8389,7 +8389,7 @@ void CodeStubAssembler::Print(const char* prefix, Node* tagged_value) {
|
| CallRuntime(Runtime::kGlobalPrint, NoContextConstant(),
|
| HeapConstant(string));
|
| }
|
| - CallRuntime(Runtime::kGlobalPrint, NoContextConstant(), tagged_value);
|
| + CallRuntime(Runtime::kDebugPrint, NoContextConstant(), tagged_value);
|
| #endif
|
| }
|
|
|
|
|