Chromium Code Reviews| Index: runtime/vm/stub_code_ia32.cc |
| =================================================================== |
| --- runtime/vm/stub_code_ia32.cc (revision 40703) |
| +++ runtime/vm/stub_code_ia32.cc (working copy) |
| @@ -1817,7 +1817,7 @@ |
| __ movl(EAX, Address(ESP, kInstanceOffsetInBytes)); |
| if (n > 1) { |
| // Get instance type arguments. |
| - __ LoadClass(ECX, EAX, EBX); |
| + __ LoadClass(ECX, EAX, EBX, Isolate::Current()); |
| // Compute instance type arguments into EBX. |
| Label has_no_type_arguments; |
| __ movl(EBX, raw_null); |