| Index: Source/bindings/v8/Dictionary.h
|
| diff --git a/Source/bindings/v8/Dictionary.h b/Source/bindings/v8/Dictionary.h
|
| index 1418f318075c84ca10723bb943999bb460e64819..0522dbb2b796d110a534cd2194dc8dc18d94ac4e 100644
|
| --- a/Source/bindings/v8/Dictionary.h
|
| +++ b/Source/bindings/v8/Dictionary.h
|
| @@ -50,6 +50,7 @@ class LocalDOMWindow;
|
| class Gamepad;
|
| class MediaStream;
|
| class HeaderMap;
|
| +class Headers;
|
| class IDBKeyRange;
|
| class MIDIPort;
|
| class MediaKeyError;
|
| @@ -104,6 +105,7 @@ public:
|
| bool get(const String&, RefPtrWillBeMember<DOMError>&) const;
|
| bool get(const String&, v8::Local<v8::Value>&) const;
|
| bool get(const String&, RefPtr<HeaderMap>&) const;
|
| + bool get(const String&, RefPtr<Headers>&) const;
|
|
|
| class ConversionContext {
|
| public:
|
|
|