Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6595fcf60a8d60cfd64235f7958463440842cae0
      
https://github.com/WebKit/WebKit/commit/6595fcf60a8d60cfd64235f7958463440842cae0
  Author: Michael Saboff <msab...@apple.com>
  Date:   2024-10-31 (Thu, 31 Oct 2024)

  Changed paths:
    M Source/JavaScriptCore/llint/LLIntSlowPaths.cpp

  Log Message:
  -----------
  [JSC] Remove unnecessary ASSERT in LLIntSlowPaths.cpp
https://bugs.webkit.org/show_bug.cgi?id=282371
rdar://problem/138971606

Reviewed by Mark Lam.

Eliminated the remaining ASSERT(oldStructure == newStructure->previousID()) 
that is immediately followed by
    if (oldStructure == newStructure->previousID()
since it is unnecessary.

* Source/JavaScriptCore/llint/LLIntSlowPaths.cpp:
(JSC::LLInt::LLINT_SLOW_PATH_DECL):

Canonical link: https://commits.webkit.org/285958@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to