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

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

Issue 358573002: [ServiceWorker] Implement Headers class. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 years, 6 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
« no previous file with comments | « LayoutTests/http/tests/serviceworker/resources/headers-worker.js ('k') | Source/bindings/v8/Dictionary.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/v8/Dictionary.h
diff --git a/Source/bindings/v8/Dictionary.h b/Source/bindings/v8/Dictionary.h
index 6f71c3b1615ce878da6e3436488cab5e44e60444..97b0ee7597a8971aad4e053436e59621d123f564 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:
« no previous file with comments | « LayoutTests/http/tests/serviceworker/resources/headers-worker.js ('k') | Source/bindings/v8/Dictionary.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698