Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Oct 3, 2024
1 parent cbd13eb commit a69a2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/fastly/builtins/fetch/request-response.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1796,7 +1796,7 @@ JSObject *Request::create(JSContext *cx, JS::HandleObject requestInstance, JS::H
if (!url_instance)
return nullptr;

JS::RootedObject parsedURL(cx, URL::create(cx, url_instance, input, builtins::Fastly::baseURL));
JS::RootedObject parsedURL(cx, URL::create(cx, url_instance, input, fastly::Fastly::baseURL));

// 2. If `parsedURL` is failure, then throw a `TypeError`.
if (!parsedURL) {
Expand Down

0 comments on commit a69a2ca

Please sign in to comment.