Changeset 205541 in webkit


Ignore:
Timestamp:
Sep 7, 2016 2:59:22 AM (8 years ago)
Author:
Csaba Osztrogonác
Message:

Fix the ENABLE(WEBASSEMBLY) build on Linux
https://bugs.webkit.org/show_bug.cgi?id=161685

Unreviewed buildfix.

  • wasm/JSWASMModule.cpp:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r205535 r205541  
     12016-09-07  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        Fix the ENABLE(WEBASSEMBLY) build on Linux
     4        https://bugs.webkit.org/show_bug.cgi?id=161685
     5
     6        Unreviewed buildfix.
     7
     8        * wasm/JSWASMModule.cpp:
     9
    1102016-09-06  Saam Barati  <sbarati@apple.com>
    211
  • trunk/Source/JavaScriptCore/wasm/JSWASMModule.cpp

    r190722 r205541  
    2929#if ENABLE(WEBASSEMBLY)
    3030
     31#include "AuxiliaryBarrierInlines.h"
     32#include "HeapInlines.h"
    3133#include "JSArrayBuffer.h"
    3234#include "JSCJSValueInlines.h"
Note: See TracChangeset for help on using the changeset viewer.