- a/Source/JavaScriptCore/ChangeLog +9 lines
Lines 1-3 a/Source/JavaScriptCore/ChangeLog_sec1
1
2015-09-11  Csaba Osztrogonác  <ossy@webkit.org>
2
3
        [EFL] Fix WASM build
4
        https://bugs.webkit.org/show_bug.cgi?id=149065
5
6
        Reviewed by NOBODY (OOPS!).
7
8
        * wasm/WASMFunctionParser.cpp:
9
1
2015-09-11  Andreas Kling  <akling@apple.com>
10
2015-09-11  Andreas Kling  <akling@apple.com>
2
11
3
        [JSC] Weak should only accept cell pointees.
12
        [JSC] Weak should only accept cell pointees.
- a/Source/JavaScriptCore/wasm/WASMFunctionParser.cpp +1 lines
Lines 28-33 a/Source/JavaScriptCore/wasm/WASMFunctionParser.cpp_sec1
28
28
29
#if ENABLE(WEBASSEMBLY)
29
#if ENABLE(WEBASSEMBLY)
30
30
31
#include "JSCJSValueInlines.h"
31
#include "JSWASMModule.h"
32
#include "JSWASMModule.h"
32
#include "WASMFunctionCompiler.h"
33
#include "WASMFunctionCompiler.h"
33
#include "WASMFunctionSyntaxChecker.h"
34
#include "WASMFunctionSyntaxChecker.h"

Return to Bug 149065