Index: test/mjsunit/harmony/regress/regress-lookup-transition.js |
diff --git a/test/mjsunit/harmony/regress/regress-lookup-transition.js b/test/mjsunit/harmony/regress/regress-lookup-transition.js |
index 3d5b518e0b9d66e8b35129deb73890366d932aa0..9a440b6ab3665e45b5121b7ec4abe48fc81b4f0f 100644 |
--- a/test/mjsunit/harmony/regress/regress-lookup-transition.js |
+++ b/test/mjsunit/harmony/regress/regress-lookup-transition.js |
@@ -4,7 +4,7 @@ |
// Flags: --harmony-proxies --expose-gc |
-var proxy = new Proxy({}, { getPropertyDescriptor:function(key) { |
+var proxy = new Proxy({}, { getOwnPropertyDescriptor:function() { |
gc(); |
}}); |