aboutsummaryrefslogtreecommitdiff
path: root/src/javascript/jsc/bindings/headers-cpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/javascript/jsc/bindings/headers-cpp.h')
-rw-r--r--src/javascript/jsc/bindings/headers-cpp.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/javascript/jsc/bindings/headers-cpp.h b/src/javascript/jsc/bindings/headers-cpp.h
index 9d0ce2113..fa70542cd 100644
--- a/src/javascript/jsc/bindings/headers-cpp.h
+++ b/src/javascript/jsc/bindings/headers-cpp.h
@@ -1,4 +1,4 @@
-//-- AUTOGENERATED FILE -- 1648790662
+//-- AUTOGENERATED FILE -- 1648857986
// clang-format off
#pragma once
@@ -16,6 +16,14 @@
extern "C" const size_t JSC__JSObject_object_size_ = sizeof(JSC::JSObject);
extern "C" const size_t JSC__JSObject_object_align_ = alignof(JSC::JSObject);
+#ifndef INCLUDED_FetchHeaders_h
+#define INCLUDED_FetchHeaders_h
+#include FetchHeaders.h
+#endif
+
+extern "C" const size_t WebCore__FetchHeaders_object_size_ = sizeof(WebCore::FetchHeaders);
+extern "C" const size_t WebCore__FetchHeaders_object_align_ = alignof(WebCore::FetchHeaders);
+
#ifndef INCLUDED_JavaScriptCore_JSCell_h
#define INCLUDED_JavaScriptCore_JSCell_h
#include JavaScriptCore/JSCell.h