| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 92c76364ca0613e7e6543e70788687bb94001e55..a6868a3645339ffd112a8c167dc47e4f10923014 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -9,6 +9,7 @@
|
|
|
| #include "src/allocation.h"
|
| #include "src/base/platform/time.h"
|
| +#include "src/globals.h"
|
| #include "src/objects.h"
|
| #include "src/unicode.h"
|
| #include "src/zone/zone.h"
|
| @@ -1045,7 +1046,7 @@ class Runtime : public AllStatic {
|
| static const Function* FunctionForName(const unsigned char* name, int length);
|
|
|
| // Get the intrinsic function with the given FunctionId.
|
| - static const Function* FunctionForId(FunctionId id);
|
| + V8_EXPORT_PRIVATE static const Function* FunctionForId(FunctionId id);
|
|
|
| // Get the intrinsic function with the given function entry address.
|
| static const Function* FunctionForEntry(Address ref);
|
|
|