Auto merge of #10756 - servo:smup, r=Ms2ger

Update SpiderMonkey

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10756)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-05-03 15:46:40 -07:00
commit 2c69278067
21 changed files with 180 additions and 194 deletions

View file

@ -28,7 +28,6 @@ var ecmaGlobals = [
"Int32Array",
"Int8Array",
"InternalError",
"Intl",
"Iterator",
"JSON",
"Map",
@ -39,19 +38,11 @@ var ecmaGlobals = [
"Proxy",
"RangeError",
"ReferenceError",
"Reflect",
"RegExp",
"SIMD",
"Set",
"SharedArrayBuffer",
"SharedFloat32Array",
"SharedFloat64Array",
"SharedInt16Array",
"SharedInt32Array",
"SharedInt8Array",
"SharedUint16Array",
"SharedUint32Array",
"SharedUint8Array",
"SharedUint8ClampedArray",
"StopIteration",
"String",
"Symbol",