Index: src/frames.cc |
diff --git a/src/frames.cc b/src/frames.cc |
index 30d0456634e3c6de55f0b647dd81e5ca874026aa..4ffef4579a1a853c1dfb6ed675b2cca65f5ae9ef 100644 |
--- a/src/frames.cc |
+++ b/src/frames.cc |
@@ -851,7 +851,7 @@ Address InternalFrame::GetCallerStackPointer() const { |
Code* ArgumentsAdaptorFrame::unchecked_code() const { |
return Isolate::Current()->builtins()->builtin( |
- Builtins::ArgumentsAdaptorTrampoline); |
+ Builtins::kArgumentsAdaptorTrampoline); |
} |