Index: Source/bindings/v8/Dictionary.h |
diff --git a/Source/bindings/v8/Dictionary.h b/Source/bindings/v8/Dictionary.h |
index fb9e0ed7fc488e77e88db15b649eb6cc7c005cbc..a0781c58f9ca0e911bebf8fd8d7ef6c02b5c54f2 100644 |
--- a/Source/bindings/v8/Dictionary.h |
+++ b/Source/bindings/v8/Dictionary.h |
@@ -48,6 +48,7 @@ class DOMError; |
class DOMWindow; |
class Gamepad; |
class MediaStream; |
+class HeaderMap; |
class IDBKeyRange; |
class MIDIPort; |
class MediaKeyError; |
@@ -103,6 +104,7 @@ public: |
bool get(const String&, ArrayValue&) const; |
bool get(const String&, RefPtrWillBeMember<DOMError>&) const; |
bool get(const String&, v8::Local<v8::Value>&) const; |
+ bool get(const String&, RefPtr<HeaderMap>&) const; |
class ConversionContext { |
public: |