Index: third_party/WebKit/Source/modules/fetch/Headers.h |
diff --git a/third_party/WebKit/Source/modules/fetch/Headers.h b/third_party/WebKit/Source/modules/fetch/Headers.h |
index 3c41b2d2df7ec92f29f081bb7408d9c289d1558a..de5ffab206b723d49c0ca457c72beaa2148233a4 100644 |
--- a/third_party/WebKit/Source/modules/fetch/Headers.h |
+++ b/third_party/WebKit/Source/modules/fetch/Headers.h |
@@ -46,7 +46,6 @@ class MODULES_EXPORT Headers final : public GarbageCollected<Headers>, |
void append(const String& name, const String& value, ExceptionState&); |
void remove(const String& key, ExceptionState&); |
String get(const String& key, ExceptionState&); |
- Vector<String> getAll(const String& key, ExceptionState&); |
bool has(const String& key, ExceptionState&); |
void set(const String& key, const String& value, ExceptionState&); |