| Index: Source/bindings/v8/Dictionary.h
|
| diff --git a/Source/bindings/v8/Dictionary.h b/Source/bindings/v8/Dictionary.h
|
| index a0781c58f9ca0e911bebf8fd8d7ef6c02b5c54f2..b0569843a1047309045fffdf37f0ed0a58a295a0 100644
|
| --- a/Source/bindings/v8/Dictionary.h
|
| +++ b/Source/bindings/v8/Dictionary.h
|
| @@ -97,7 +97,7 @@ public:
|
| bool get(const String&, RefPtrWillBeMember<SpeechRecognitionResultList>&) const;
|
| bool get(const String&, Member<Gamepad>&) const;
|
| bool get(const String&, RefPtr<MediaStream>&) const;
|
| - bool get(const String&, RefPtr<EventTarget>&) const;
|
| + bool get(const String&, RefPtrWillBeMember<EventTarget>&) const;
|
| bool get(const String&, HashSet<AtomicString>&) const;
|
| bool get(const String&, Dictionary&) const;
|
| bool get(const String&, Vector<String>&) const;
|
|
|