| Index: Source/bindings/v8/Dictionary.h
|
| diff --git a/Source/bindings/v8/Dictionary.h b/Source/bindings/v8/Dictionary.h
|
| index 13f8ecb70b2148a088c9a32178120e827b831854..b43e85501fb207d428a33b155d1262ea481ed278 100644
|
| --- a/Source/bindings/v8/Dictionary.h
|
| +++ b/Source/bindings/v8/Dictionary.h
|
| @@ -46,11 +46,13 @@ namespace WebCore {
|
| class ArrayValue;
|
| class DOMError;
|
| class DOMWindow;
|
| +class Element;
|
| class Gamepad;
|
| class IDBKeyRange;
|
| class MIDIPort;
|
| class MediaKeyError;
|
| class Notification;
|
| +class Path2D;
|
| class SpeechRecognitionError;
|
| class SpeechRecognitionResult;
|
| class SpeechRecognitionResultList;
|
| @@ -87,8 +89,10 @@ public:
|
| bool get(const String&, MessagePortArray&) const;
|
| bool get(const String&, RefPtr<Uint8Array>&) const;
|
| bool get(const String&, RefPtr<ArrayBufferView>&) const;
|
| + bool get(const String&, RefPtr<Element>&) const;
|
| bool get(const String&, RefPtr<MIDIPort>&) const;
|
| bool get(const String&, RefPtr<MediaKeyError>&) const;
|
| + bool get(const String&, RefPtr<Path2D>&) const;
|
| bool get(const String&, RefPtrWillBeMember<TrackBase>&) const;
|
| bool get(const String&, RefPtrWillBeMember<SpeechRecognitionError>&) const;
|
| bool get(const String&, RefPtrWillBeMember<SpeechRecognitionResult>&) const;
|
|
|