Index: src/x64/lithium-codegen-x64.cc |
diff --git a/src/x64/lithium-codegen-x64.cc b/src/x64/lithium-codegen-x64.cc |
index 0398d7f5d1f1bcb5444ff38546ea322b2cf29524..b936edc7ded2e5ef8c1ff7260f48cd41594e271c 100644 |
--- a/src/x64/lithium-codegen-x64.cc |
+++ b/src/x64/lithium-codegen-x64.cc |
@@ -120,7 +120,7 @@ bool LCodeGen::GeneratePrologue() { |
#ifdef DEBUG |
if (strlen(FLAG_stop_at) > 0 && |
- info_->function()->name()->IsUtf8EqualTo(CStrVector(FLAG_stop_at))) { |
+ info_->literal()->name()->IsUtf8EqualTo(CStrVector(FLAG_stop_at))) { |
__ int3(); |
} |
#endif |