| Index: Source/bindings/v8/Dictionary.h | 
| diff --git a/Source/bindings/v8/Dictionary.h b/Source/bindings/v8/Dictionary.h | 
| index 9f0e8490ddbde559328b0dbdf22407aa2ee63d5e..4a94dc23cb0be9f4df7fa2280b6fee847512212d 100644 | 
| --- a/Source/bindings/v8/Dictionary.h | 
| +++ b/Source/bindings/v8/Dictionary.h | 
| @@ -82,7 +82,7 @@ public: | 
| bool get(const String&, unsigned&) const; | 
| bool get(const String&, unsigned long&) const; | 
| bool get(const String&, unsigned long long&) const; | 
| -    bool get(const String&, RefPtr<DOMWindow>&) const; | 
| +    bool get(const String&, RefPtrWillBeMember<DOMWindow>&) const; | 
| bool get(const String&, RefPtrWillBeMember<Storage>&) const; | 
| bool get(const String&, MessagePortArray&) const; | 
| bool get(const String&, RefPtr<Uint8Array>&) const; | 
|  |