Skip to content

Commit

Permalink
8338886: JavaFX debug builds fail on macOS
Browse files Browse the repository at this point in the history
Reviewed-by: angorya
Backport-of: 48497168892f5625f77936eccf19e836a6c1971e
  • Loading branch information
Jay Bhaskar committed Aug 29, 2024
1 parent 4030ad9 commit 5a81743
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ namespace WebCore {

static void raiseDOMErrorException(JNIEnv* env, WebCore::ExceptionCode ec)
{
ASSERT(ec);
ASSERT(ec == ExceptionCode::TypeError);

auto description = DOMException::description(ec);

Expand Down

1 comment on commit 5a81743

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.