Chromium Code Reviews| Index: src/runtime.cc |
| diff --git a/src/runtime.cc b/src/runtime.cc |
| index 1b8abf0dc932cc44d09dfda4b80a855187b0e02f..11ca321aa0b6cc18089f9ae5396580aced0f24a8 100644 |
| --- a/src/runtime.cc |
| +++ b/src/runtime.cc |
| @@ -11572,7 +11572,7 @@ RUNTIME_FUNCTION(MaybeObject*, Runtime_LiveEditCompareStrings) { |
| CONVERT_ARG_CHECKED(String, s1, 0); |
| CONVERT_ARG_CHECKED(String, s2, 1); |
| - return *LiveEdit::CompareStrings(s1, s2); |
| + return LiveEdit::CompareStrings(s1, s2); |
| } |