Index: src/contexts.h |
diff --git a/src/contexts.h b/src/contexts.h |
index 520a8c80cdb57b16c9c94ae6f579ddf683b134a4..968022f59150d616127fb2a987c7df4cb3eecc37 100644 |
--- a/src/contexts.h |
+++ b/src/contexts.h |
@@ -424,7 +424,7 @@ class Context: public FixedArray { |
void set_global_proxy(JSObject* global); |
// Get the JSGlobalObject object. |
- JSGlobalObject* global_object(); |
+ V8_EXPORT_PRIVATE JSGlobalObject* global_object(); |
// Get the script context by traversing the context chain. |
Context* script_context(); |