| Index: src/isolate.h
|
| diff --git a/src/isolate.h b/src/isolate.h
|
| index 87bc45bb51598fcd302e7f9f0fb0b08d1c59352a..7631a6e6d220fc0fc8e21b25f1a10b470e5f3ead 100644
|
| --- a/src/isolate.h
|
| +++ b/src/isolate.h
|
| @@ -1024,7 +1024,8 @@ class Isolate {
|
| // Returns true if array is the initial array prototype in any native context.
|
| bool IsAnyInitialArrayPrototype(Handle<JSArray> array);
|
|
|
| - CallInterfaceDescriptorData* call_descriptor_data(int index);
|
| + V8_EXPORT_PRIVATE CallInterfaceDescriptorData* call_descriptor_data(
|
| + int index);
|
|
|
| AccessCompilerData* access_compiler_data() { return access_compiler_data_; }
|
|
|
|
|