| Index: LayoutTests/fast/dom/wrapper-classes-expected.txt
 | 
| diff --git a/LayoutTests/fast/dom/wrapper-classes-expected.txt b/LayoutTests/fast/dom/wrapper-classes-expected.txt
 | 
| index a04b9c290085432c0907646f9d8ebb15e61ebcef..4ec6e6c1797958bd8afdba1a6543a60e6d9eac39 100644
 | 
| --- a/LayoutTests/fast/dom/wrapper-classes-expected.txt
 | 
| +++ b/LayoutTests/fast/dom/wrapper-classes-expected.txt
 | 
| @@ -32,10 +32,10 @@ PASS classString(document.createNodeIterator(root, 0, null, false)) is "NodeIter
 | 
|  FAIL classString(document.createNodeIterator(root, 0, null, false).__proto__) should be NodeIteratorPrototype. Was Object.
 | 
|  PASS classString(document.createNodeIterator(root, 0, null, false).constructor) is "Function"
 | 
|  PASS document.createNodeIterator(root, 0, null, false).constructor.name is "NodeIterator"
 | 
| -PASS classString(document.getElementsByTagName('div')) is "NodeList"
 | 
| -FAIL classString(document.getElementsByTagName('div').__proto__) should be NodeListPrototype. Was Object.
 | 
| +PASS classString(document.getElementsByTagName('div')) is "HTMLCollection"
 | 
| +FAIL classString(document.getElementsByTagName('div').__proto__) should be HTMLCollectionPrototype. Was Object.
 | 
|  PASS classString(document.getElementsByTagName('div').constructor) is "Function"
 | 
| -PASS document.getElementsByTagName('div').constructor.name is "NodeList"
 | 
| +PASS document.getElementsByTagName('div').constructor.name is "HTMLCollection"
 | 
|  PASS classString(document.createRange()) is "Range"
 | 
|  FAIL classString(document.createRange().__proto__) should be RangePrototype. Was Object.
 | 
|  PASS classString(document.createRange().constructor) is "Function"
 | 
| 
 |