Chromium Code Reviews| Index: src/frames.cc |
| =================================================================== |
| --- src/frames.cc (revision 4955) |
| +++ src/frames.cc (working copy) |
| @@ -503,7 +503,8 @@ |
| Code* ArgumentsAdaptorFrame::code() const { |
| - return Builtins::builtin(Builtins::ArgumentsAdaptorTrampoline); |
| + return Isolate::Current()->builtins()->builtin( |
| + Builtins::ArgumentsAdaptorTrampoline); |
| } |