Chromium Code Reviews| Index: runtime/embedders/openglui/common/vm_glue.cc |
| =================================================================== |
| --- runtime/embedders/openglui/common/vm_glue.cc (revision 19664) |
| +++ runtime/embedders/openglui/common/vm_glue.cc (working copy) |
| @@ -237,7 +237,7 @@ |
| if (initialized_script_) { |
| Dart_EnterIsolate(isolate_); |
| Dart_EnterScope(); |
| - int rtn = Invoke("update", 0, 0); |
| + int rtn = Invoke("update_", 0, 0); |
| Dart_ExitScope(); |
| Dart_ExitIsolate(); |
| return rtn; |