Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index a804dc62a6d41dd0fb0abdcf146a16db03981d5f..1c2f4e9e0cd6549aec8aec51a870c28ebd3fe5ff 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -7797,9 +7797,6 @@ class GlobalObject: public JSObject { |
// [global proxy]: the global proxy object of the context |
DECL_ACCESSORS(global_proxy, JSObject) |
- // Retrieve the property cell used to store a property. |
- PropertyCell* GetPropertyCell(LookupResult* result); |
mvstanton
2014/08/25 10:24:27
Thanks for removing this method!
|
- |
DECLARE_CAST(GlobalObject) |
// Layout description. |