[webkit-changes] [WebKit/WebKit] d7a67e: [JSC] fix include error by 263041 at main

Thomas Devoogdt noreply at github.com
Mon Apr 24 11:41:12 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d7a67e49ad5440769cca084d6cc1cea3c5788761
      https://github.com/WebKit/WebKit/commit/d7a67e49ad5440769cca084d6cc1cea3c5788761
  Author: Thomas Devoogdt <thomas.devoogdt at barco.com>
  Date:   2023-04-24 (Mon, 24 Apr 2023)

  Changed paths:
    M Source/JavaScriptCore/runtime/ArgList.h

  Log Message:
  -----------
  [JSC] fix include error by 263041 at main

https://bugs.webkit.org/show_bug.cgi?id=255867

Reviewed by Yusuke Suzuki.

Seen on webkitgtk-2.38.6 but also applicable on main.

/home/thomas/Documents/buildroot/output/build/webkitgtk-2.38.6/Source/JavaScriptCore/runtime/ArgList.h: In member function ‘decltype(auto) JSC::MarkedVector<T, passedInlineCapacity, OverflowHandler>::at(int) const’:
/home/thomas/Documents/buildroot/output/build/webkitgtk-2.38.6/Source/JavaScriptCore/runtime/ArgList.h:144:20: error: ‘jsCast’ was not declared in this scope
             return jsCast<T>(JSValue::decode(slotFor(i)).asCell());

Signed-off-by: Thomas Devoogdt <thomas.devoogdt at barco.com>
Canonical link: https://commits.webkit.org/263324@main




More information about the webkit-changes mailing list