| Index: Source/bindings/v8/V8WindowShell.cpp
 | 
| diff --git a/Source/bindings/v8/V8WindowShell.cpp b/Source/bindings/v8/V8WindowShell.cpp
 | 
| index 9209dba2114ec1c60c1452f0136bfcf123d8f440..193aeaeaafd9fe2642caced2e3568e74ed211b47 100644
 | 
| --- a/Source/bindings/v8/V8WindowShell.cpp
 | 
| +++ b/Source/bindings/v8/V8WindowShell.cpp
 | 
| @@ -418,7 +418,7 @@ static v8::Handle<v8::Value> getNamedProperty(HTMLDocument* htmlDocument, const
 | 
|      if (!htmlDocument->hasNamedItem(key) && !htmlDocument->hasExtraNamedItem(key))
 | 
|          return v8Undefined();
 | 
|  
 | 
| -    RefPtr<HTMLCollection> items = htmlDocument->documentNamedItems(key);
 | 
| +    RefPtrWillBeRawPtr<HTMLCollection> items = htmlDocument->documentNamedItems(key);
 | 
|      if (items->isEmpty())
 | 
|          return v8Undefined();
 | 
|  
 | 
| 
 |