| Index: test/mjsunit/harmony/proxies.js
|
| diff --git a/test/mjsunit/harmony/proxies.js b/test/mjsunit/harmony/proxies.js
|
| index 845dc2053738fe1845d1e21acd07529419db99d9..d7de97cb0b9e04f8d767086569c801bb609958e0 100644
|
| --- a/test/mjsunit/harmony/proxies.js
|
| +++ b/test/mjsunit/harmony/proxies.js
|
| @@ -609,7 +609,7 @@ function TestSetForDerived2(handler, create) {
|
| }
|
|
|
| TestSetForDerived({
|
| - getOwnPropertyDescriptor: function(k) {
|
| + getPropertyDescriptor: function(k) {
|
| key = k;
|
| switch (k) {
|
| case "p_writable": return {writable: true, configurable: true}
|
|
|