Changeset 251912 in webkit


Ignore:
Timestamp:
Oct 31, 2019 11:34:22 PM (4 years ago)
Author:
ysuzuki@apple.com
Message:

Unreviewed, speculative GTK build fix r251886
https://bugs.webkit.org/show_bug.cgi?id=203703

  • wasm/WasmSlowPaths.h:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r251911 r251912  
     12019-10-31  Yusuke Suzuki  <ysuzuki@apple.com>
     2
     3        Unreviewed, speculative GTK build fix r251886
     4        https://bugs.webkit.org/show_bug.cgi?id=203703
     5
     6        * wasm/WasmSlowPaths.h:
     7
    182019-10-31  Tadeu Zagallo  <tzagallo@apple.com>
    29
  • trunk/Source/JavaScriptCore/wasm/WasmSlowPaths.h

    r251886 r251912  
    7070WASM_SLOW_PATH_HIDDEN_DECL(set_global_ref);
    7171
    72 extern "C" SlowPathReturnType slow_path_wasm_throw_exception(CallFrame*, const Instruction*, Wasm::Instance* instance, Wasm::ExceptionType);
    73 extern "C" SlowPathReturnType slow_path_wasm_popcount(const Instruction* pc, uint32_t);
    74 extern "C" SlowPathReturnType slow_path_wasm_popcountll(const Instruction* pc, uint64_t);
     72extern "C" SlowPathReturnType slow_path_wasm_throw_exception(CallFrame*, const Instruction*, Wasm::Instance* instance, Wasm::ExceptionType) WTF_INTERNAL;
     73extern "C" SlowPathReturnType slow_path_wasm_popcount(const Instruction* pc, uint32_t) WTF_INTERNAL;
     74extern "C" SlowPathReturnType slow_path_wasm_popcountll(const Instruction* pc, uint64_t) WTF_INTERNAL;
    7575
    7676} } // namespace JSC::LLInt
Note: See TracChangeset for help on using the changeset viewer.