| Index: src/natives.h
|
| diff --git a/src/natives.h b/src/natives.h
|
| index 7ce7213edf9623d44f6e86c226013d09aaf0b91a..bec7128a1216ab0f16db245029733b4d697bf200 100644
|
| --- a/src/natives.h
|
| +++ b/src/natives.h
|
| @@ -40,6 +40,7 @@ typedef NativesCollection<EXPERIMENTAL> ExperimentalNatives;
|
| #ifdef V8_USE_EXTERNAL_STARTUP_DATA
|
| // Used for reading the natives at runtime. Implementation in natives-empty.cc
|
| void SetNativesFromFile(StartupData* natives_blob);
|
| +void DisposeNatives();
|
| #endif
|
|
|
| } } // namespace v8::internal
|
|
|