Index: Source/modules/serviceworkers/RequestInit.h |
diff --git a/Source/modules/serviceworkers/RequestInit.h b/Source/modules/serviceworkers/RequestInit.h |
index 309e08f122c54f2c0bc2d28ab55934a7cbcd7036..191c8eac3d33932315a90850020e828caff528c2 100644 |
--- a/Source/modules/serviceworkers/RequestInit.h |
+++ b/Source/modules/serviceworkers/RequestInit.h |
@@ -16,6 +16,7 @@ struct RequestInit { |
: method("GET") |
{ |
options.get("url", url); |
+ // FIXME: Spec uses ByteString for method. http://crbug.com/347426 |
options.get("method", method); |
options.get("headers", headers); |
} |