Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(154)

Unified Diff: Source/bindings/core/v8/Dictionary.h

Issue 373613004: [ServiceWorker] Make Response class better conformance with the spec. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: incorporated falken's comment Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/bindings/core/v8/Dictionary.h
diff --git a/Source/bindings/core/v8/Dictionary.h b/Source/bindings/core/v8/Dictionary.h
index 3453b41ed43d65437b0ac7c6eec62433e2a1a0f2..f01f789b6d406abd195aff30f04564f0615d214d 100644
--- a/Source/bindings/core/v8/Dictionary.h
+++ b/Source/bindings/core/v8/Dictionary.h
@@ -49,7 +49,6 @@ class Element;
class LocalDOMWindow;
class Gamepad;
class MediaStream;
-class HeaderMap;
class Headers;
class IDBKeyRange;
class MIDIPort;
@@ -105,7 +104,6 @@ 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;
bool get(const String&, RefPtr<Headers>&) const;
class ConversionContext {

Powered by Google App Engine
This is Rietveld 408576698