| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index 8b800ae93b31b4dfeafdb8fcf4c68b231b1d767c..8c419a19149a8346821e2b02d3fe9767d3d6688f 100644
|
| --- a/src/heap/heap.h
|
| +++ b/src/heap/heap.h
|
| @@ -216,6 +216,7 @@ using v8::MemoryPressureLevel;
|
| V(FixedArray, serialized_global_proxy_sizes, SerializedGlobalProxySizes) \
|
| /* Configured values */ \
|
| V(TemplateList, message_listeners, MessageListeners) \
|
| + V(InterceptorInfo, noop_interceptor_info, NoOpInterceptorInfo) \
|
| V(Code, js_entry_code, JsEntryCode) \
|
| V(Code, js_construct_entry_code, JsConstructEntryCode) \
|
| /* Oddball maps */ \
|
| @@ -837,7 +838,7 @@ class Heap {
|
| // Support for the API.
|
| //
|
|
|
| - void CreateApiObjects();
|
| + bool CreateApiObjects();
|
|
|
| // Implements the corresponding V8 API function.
|
| bool IdleNotification(double deadline_in_seconds);
|
|
|