Index: test/mjsunit/harmony/reflect-enumerate-opt.js |
diff --git a/test/mjsunit/harmony/reflect-enumerate-opt.js b/test/mjsunit/harmony/reflect-enumerate-opt.js |
index 34cd660c8ff0b93497e4fb322bd6de09e0b0096d..770f60083a39539bade95a534e87f2a0dfa51e67 100644 |
--- a/test/mjsunit/harmony/reflect-enumerate-opt.js |
+++ b/test/mjsunit/harmony/reflect-enumerate-opt.js |
@@ -48,7 +48,7 @@ var handler = { |
}; |
-var proxy = Proxy.create(handler); |
+var proxy = new Proxy({}, handler); |
var o = {__proto__: proxy}; |
function f2(o) { |