Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 0291e850b9eb4af205893439d605d55fd1d927f5..2cdafbbdb30d387fb42cf0e3291a94650f26c936 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -2652,6 +2652,8 @@ class JSObject: public JSReceiver { |
static inline int SizeOf(Map* map, HeapObject* object); |
}; |
+ Context* GetCreationContext(); |
+ |
// Enqueue change record for Object.observe. May cause GC. |
static void EnqueueChangeRecord(Handle<JSObject> object, |
const char* type, |