diff --git a/src/bun.js/bindings/sqlite/JSNodeSQLiteStatementSync.h b/src/bun.js/bindings/sqlite/JSNodeSQLiteStatementSync.h index 61946c7d19..107e6e14f8 100644 --- a/src/bun.js/bindings/sqlite/JSNodeSQLiteStatementSync.h +++ b/src/bun.js/bindings/sqlite/JSNodeSQLiteStatementSync.h @@ -15,7 +15,7 @@ class JSNodeSQLiteDatabaseSync; class JSNodeSQLiteStatementSync final : public JSC::JSDestructibleObject { public: using Base = JSC::JSDestructibleObject; - static constexpr unsigned StructureFlags = Base::StructureFlags | JSC::HasStaticPropertyTable; + static constexpr unsigned StructureFlags = Base::StructureFlags; static JSNodeSQLiteStatementSync* create(JSC::VM& vm, JSC::Structure* structure, JSNodeSQLiteDatabaseSync* database, const String& sql); static JSC::Structure* createStructure(JSC::VM& vm, JSC::JSGlobalObject* globalObject, JSC::JSValue prototype);