- a/Source/JavaScriptCore/ChangeLog +9 lines
Lines 1-3 a/Source/JavaScriptCore/ChangeLog_sec1
1
2015-11-26  Csaba Osztrogonác  <ossy@webkit.org>
2
3
        Fix the ENABLE(B3_JIT) build with GCC in B3Procedure.h
4
        https://bugs.webkit.org/show_bug.cgi?id=151620
5
6
        Reviewed by NOBODY (OOPS!).
7
8
        * b3/B3Procedure.h:
9
1
2015-11-24  Caitlin Potter  <caitp@igalia.com>
10
2015-11-24  Caitlin Potter  <caitp@igalia.com>
2
11
3
        [JSC] support Computed Property Names in destructuring Patterns
12
        [JSC] support Computed Property Names in destructuring Patterns
- a/Source/JavaScriptCore/b3/B3Procedure.h -1 / +1 lines
Lines 28-33 a/Source/JavaScriptCore/b3/B3Procedure.h_sec1
28
28
29
#if ENABLE(B3_JIT)
29
#if ENABLE(B3_JIT)
30
30
31
#include "B3OpaqueByproducts.h"
31
#include "B3Origin.h"
32
#include "B3Origin.h"
32
#include "B3Type.h"
33
#include "B3Type.h"
33
#include "PureNaN.h"
34
#include "PureNaN.h"
Lines 43-49 namespace JSC { namespace B3 { a/Source/JavaScriptCore/b3/B3Procedure.h_sec2
43
44
44
class BasicBlock;
45
class BasicBlock;
45
class BlockInsertionSet;
46
class BlockInsertionSet;
46
class OpaqueByproducts;
47
class Value;
47
class Value;
48
48
49
namespace Air { class Code; }
49
namespace Air { class Code; }

Return to Bug 151620