Index: Source/modules/serviceworkers/HeaderMap.idl |
diff --git a/Source/modules/serviceworkers/HeaderMap.idl b/Source/modules/serviceworkers/HeaderMap.idl |
index 8288ffe05191571fab3af1a4798a36130bd7cc17..38d198bda48eda69952f48a42f53e83ef8f72fd0 100644 |
--- a/Source/modules/serviceworkers/HeaderMap.idl |
+++ b/Source/modules/serviceworkers/HeaderMap.idl |
@@ -2,7 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#header-map-interface |
+// http://fetch.spec.whatwg.org/#headers-class |
+// FIXME: Fetch spec has renamed this to just 'Headers' |
// FIXME: This should be defined as MapClass(DOMString, DOMString) |
// once binding code supports it (http://crbug.com/347435). |
[ |