Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d7a67e49ad5440769cca084d6cc1cea3c5788761
      
https://github.com/WebKit/WebKit/commit/d7a67e49ad5440769cca084d6cc1cea3c5788761
  Author: Thomas Devoogdt <[email protected]>
  Date:   2023-04-24 (Mon, 24 Apr 2023)

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

  Log Message:
  -----------
  [JSC] fix include error by 263041@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 <[email protected]>
Canonical link: https://commits.webkit.org/263324@main


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to