| Index: test/mjsunit/harmony/simd.js | 
| diff --git a/test/mjsunit/harmony/simd.js b/test/mjsunit/harmony/simd.js | 
| index fe4b0358f98b53b3c50e9d6c6afef6f231436b83..d1106d1fef425959d4de5d0655929a71c2b96bdd 100644 | 
| --- a/test/mjsunit/harmony/simd.js | 
| +++ b/test/mjsunit/harmony/simd.js | 
| @@ -406,8 +406,8 @@ function TestEquality(type, lanes) { | 
| function TestSameValue(type, lanes) { | 
| var simdFn = SIMD[type]; | 
| var instance = createInstance(type); | 
| -  var sameValue = natives.$sameValue; | 
| -  var sameValueZero = natives.$sameValueZero; | 
| +  var sameValue = Object.is | 
| +  var sameValueZero = natives.ImportNow("SameValueZero"); | 
|  | 
| // SIMD values should not be the same as instances of different types. | 
| checkTypeMatrix(type, function(other) { | 
|  |