| Index: third_party/WebKit/LayoutTests/fast/js/getOwnPropertyDescriptor-expected.txt
 | 
| diff --git a/third_party/WebKit/LayoutTests/fast/js/getOwnPropertyDescriptor-expected.txt b/third_party/WebKit/LayoutTests/fast/js/getOwnPropertyDescriptor-expected.txt
 | 
| index 850f555c50f60abe228e00c5bc2eba5cead831d7..5396c8cb16508ee30bea5b5ed1bc7dbb7f978ef9 100644
 | 
| --- a/third_party/WebKit/LayoutTests/fast/js/getOwnPropertyDescriptor-expected.txt
 | 
| +++ b/third_party/WebKit/LayoutTests/fast/js/getOwnPropertyDescriptor-expected.txt
 | 
| @@ -139,11 +139,11 @@ PASS Object.getOwnPropertyDescriptor(global, 'length').hasOwnProperty('get') is
 | 
|  PASS Object.getOwnPropertyDescriptor(global, 'length').hasOwnProperty('set') is false
 | 
|  PASS Object.getOwnPropertyDescriptor(global, 'length').enumerable is true
 | 
|  FAIL Object.getOwnPropertyDescriptor(global, 'length').configurable should be false. Was true.
 | 
| -FAIL Object.getOwnPropertyDescriptor(global, 0).value should be [object Window]. Threw exception TypeError: Cannot read property 'value' of undefined
 | 
| -FAIL Object.getOwnPropertyDescriptor(global, 0).hasOwnProperty('get') should be false. Threw exception TypeError: Cannot read property 'hasOwnProperty' of undefined
 | 
| -FAIL Object.getOwnPropertyDescriptor(global, 0).hasOwnProperty('set') should be false. Threw exception TypeError: Cannot read property 'hasOwnProperty' of undefined
 | 
| -FAIL Object.getOwnPropertyDescriptor(global, 0).enumerable should be false. Threw exception TypeError: Cannot read property 'enumerable' of undefined
 | 
| -FAIL Object.getOwnPropertyDescriptor(global, 0).configurable should be false. Threw exception TypeError: Cannot read property 'configurable' of undefined
 | 
| +PASS Object.getOwnPropertyDescriptor(global, 0).value is global[0]
 | 
| +PASS Object.getOwnPropertyDescriptor(global, 0).hasOwnProperty('get') is false
 | 
| +PASS Object.getOwnPropertyDescriptor(global, 0).hasOwnProperty('set') is false
 | 
| +PASS Object.getOwnPropertyDescriptor(global, 0).enumerable is false
 | 
| +FAIL Object.getOwnPropertyDescriptor(global, 0).configurable should be false. Was true.
 | 
|  PASS Object.getOwnPropertyDescriptor(objectWithGetter, 'getter').get is getterFunc
 | 
|  PASS Object.getOwnPropertyDescriptor(objectWithGetter, 'getter').set is undefined
 | 
|  PASS Object.getOwnPropertyDescriptor(objectWithGetter, 'getter').hasOwnProperty('value') is false
 | 
| 
 |