File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
js-compute-runtime/builtins Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class ClientInfo final : public builtins::BuiltinNoConstructor<ClientInfo> {
18
18
static bool tls_client_certificate_get (JSContext *cx, unsigned argc, JS::Value *vp);
19
19
20
20
public:
21
- static constexpr const char *class_name = " FetchEvent " ;
21
+ static constexpr const char *class_name = " ClientInfo " ;
22
22
23
23
enum class Slots {
24
24
Address,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class ClientInfo final : public BuiltinNoConstructor<ClientInfo> {
15
15
static bool tls_client_certificate_get (JSContext *cx, unsigned argc, JS::Value *vp);
16
16
17
17
public:
18
- static constexpr const char *class_name = " FetchEvent " ;
18
+ static constexpr const char *class_name = " ClientInfo " ;
19
19
20
20
enum class Slots {
21
21
Address,
You can’t perform that action at this time.
0 commit comments