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

Unified Diff: modules/serviceworkers/Headers.idl

Issue 959933002: Move IDLs to 39 roll (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 5 years, 10 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 | « modules/serviceworkers/FetchEvent.idl ('k') | modules/serviceworkers/InstallEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/serviceworkers/Headers.idl
diff --git a/modules/serviceworkers/Headers.idl b/modules/serviceworkers/Headers.idl
index efcbc3b2b1f170ca63c7cd9eba13cf593e15dc12..1b29e74ee529aaf4ee548605866ca0c1612cb3db 100644
--- a/modules/serviceworkers/Headers.idl
+++ b/modules/serviceworkers/Headers.idl
@@ -3,14 +3,15 @@
// found in the LICENSE file.
// http://fetch.spec.whatwg.org/#headers-class
+typedef Dictionary OpenEndedDictionary;
[
Constructor,
Constructor(Headers input),
- Constructor(Dictionary input),
+ Constructor(OpenEndedDictionary input),
RuntimeEnabled=ServiceWorker,
Exposed=ServiceWorker,
RaisesException=Constructor,
- WillBeGarbageCollected,
+ GarbageCollected,
] interface Headers {
[RaisesException] void append(ByteString name, ByteString value);
[ImplementedAs=remove, RaisesException] void delete(ByteString key);
« no previous file with comments | « modules/serviceworkers/FetchEvent.idl ('k') | modules/serviceworkers/InstallEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698