| Index: runtime/vm/native_entry.cc
|
| diff --git a/runtime/vm/native_entry.cc b/runtime/vm/native_entry.cc
|
| index 9e5fa8e8bdebc99aa58a759f6f2936b1a83d865b..7fce0e912bd6438170d27a135e7717b1bda242dc 100644
|
| --- a/runtime/vm/native_entry.cc
|
| +++ b/runtime/vm/native_entry.cc
|
| @@ -44,7 +44,7 @@ NativeFunction NativeEntry::ResolveNative(const Library& library,
|
|
|
|
|
| const uint8_t* NativeEntry::ResolveSymbolInLibrary(const Library& library,
|
| - uword pc) {
|
| + uword pc) {
|
| if (library.native_entry_symbol_resolver() == 0) {
|
| // Cannot reverse lookup native entries.
|
| return NULL;
|
|
|