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 9b329393062bbc6c71cf0ce83cfb6cdbb8196a4d..3d5b518e0b9d66e8b35129deb73890366d932aa0 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 = Proxy.create({ getPropertyDescriptor:function(key) { |
+var proxy = new Proxy({}, { getPropertyDescriptor:function(key) { |
gc(); |
}}); |