| Index: runtime/vm/native_symbol.h
|
| diff --git a/runtime/vm/native_symbol.h b/runtime/vm/native_symbol.h
|
| index 52151b26a241bf9357ce86d6251edb8577cb5b84..dec113a16a1ecca9a06d8be74bacf77828a54a16 100644
|
| --- a/runtime/vm/native_symbol.h
|
| +++ b/runtime/vm/native_symbol.h
|
| @@ -16,7 +16,7 @@ class NativeSymbolResolver : public AllStatic {
|
| public:
|
| static void InitOnce();
|
| static void ShutdownOnce();
|
| - static char* LookupSymbolName(uintptr_t pc);
|
| + static char* LookupSymbolName(uintptr_t pc, uintptr_t* start);
|
| static void FreeSymbolName(char* name);
|
| };
|
|
|
|
|