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

Unified Diff: Source/modules/fetch/Headers.h

Issue 841973002: IDL: Support iterable<>, maplike<> and setlike<> syntax (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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/modules/fetch/Headers.h
diff --git a/Source/modules/fetch/Headers.h b/Source/modules/fetch/Headers.h
index e7a1d93ae2fce8970dc6bbe0dfb7c517619d60d0..bd100544b2b6dd81eb897e91c6bf99455a0db9a5 100644
--- a/Source/modules/fetch/Headers.h
+++ b/Source/modules/fetch/Headers.h
@@ -42,7 +42,7 @@ public:
bool has(const String& key, ExceptionState&);
void set(const String& key, const String& value, ExceptionState&);
- // Iterable
+ // iterable<ByteString, ByteString>
Iterator* iterator(ScriptState*, ExceptionState&);
void setGuard(Guard guard) { m_guard = guard; }

Powered by Google App Engine
This is Rietveld 408576698