mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 13:22:07 +00:00
Upgrade WebKit
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "root.h"
|
||||
#include "DOMException.h"
|
||||
|
||||
#include "Exception.h"
|
||||
@@ -76,7 +77,7 @@ auto DOMException::description(ExceptionCode ec) -> const Description&
|
||||
if (ec < WTF_ARRAY_LENGTH(descriptions))
|
||||
return descriptions[ec];
|
||||
|
||||
static const Description emptyDescription { ASCIILiteral::null(), ASCIILiteral::null(), 0 };
|
||||
static const Description emptyDescription { {}, {}, 0 };
|
||||
return emptyDescription;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user