| Index: Source/bindings/v8/Dictionary.h
|
| diff --git a/Source/bindings/v8/Dictionary.h b/Source/bindings/v8/Dictionary.h
|
| index 4f301017a1f3b158478b045c85da09ba4c7a7af6..2dce932dc8792e742d834e32ac2b6e6fde292576 100644
|
| --- a/Source/bindings/v8/Dictionary.h
|
| +++ b/Source/bindings/v8/Dictionary.h
|
| @@ -81,7 +81,7 @@ public:
|
| 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&, RefPtrWillBeRawPtr<Storage>&) const;
|
| + bool get(const String&, RefPtrWillBeMember<Storage>&) const;
|
| bool get(const String&, MessagePortArray&) const;
|
| bool get(const String&, RefPtr<Uint8Array>&) const;
|
| bool get(const String&, RefPtr<ArrayBufferView>&) const;
|
|
|