Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 75c44ecb14cc2a9ee0eb08c89dd965209f49d2f6..289e9f40f1c028184284bb86070601dc085628c2 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -2157,8 +2157,6 @@ class JSObject: public JSReceiver { |
// Retrieve a value in a normalized object given a lookup result. |
// Handles the special representation of JS global objects. |
Object* GetNormalizedProperty(const LookupResult* result); |
- static Handle<Object> GetNormalizedProperty(Handle<JSObject> object, |
- const LookupResult* result); |
// Sets the property value in a normalized object given (key, value, details). |
// Handles the special representation of JS global objects. |