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

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

Issue 383653002: Revert of [ServiceWorker] Make Response class better conformance with the spec. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 6069bb90b5cbfe75c05773bc9be36905d37fe13b..bab1d8ba78d6ff631060657e96e898ca08b2341b 100644
--- a/Source/bindings/core/v8/Dictionary.h
+++ b/Source/bindings/core/v8/Dictionary.h
@@ -49,6 +49,7 @@
class LocalDOMWindow;
class Gamepad;
class MediaStream;
+class HeaderMap;
class Headers;
class IDBKeyRange;
class MIDIPort;
@@ -109,6 +110,7 @@
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;
// Sets properties using default attributes.
« no previous file with comments | « LayoutTests/http/tests/serviceworker/resources/response-worker.js ('k') | Source/bindings/core/v8/Dictionary.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698