Commits
Jeremy Huddleston Sequoia authored 8cb354a3a0f
1 + | From 07886d9eacb7587dd52a9bcae10c1fc8ab56a910 Mon Sep 17 00:00:00 2001 |
2 + | From: Jeremy Huddleston Sequoia <jeremyhu@apple.com> |
3 + | Date: Fri, 15 Jan 2016 11:53:07 -0800 |
4 + | Subject: [PATCH] https://bugs.webkit.org/show_bug.cgi?id=153138 |
5 + | |
6 + | Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> |
7 + | --- |
8 + | Source/JavaScriptCore/bytecode/StructureStubInfo.cpp | 2 ++ |
9 + | 1 file changed, 2 insertions(+) |
10 + | |
11 + | diff --git a/Source/JavaScriptCore/bytecode/StructureStubInfo.cpp b/Source/JavaScriptCore/bytecode/StructureStubInfo.cpp |
12 + | index 1e4b4f5..9b27aed 100644 |
13 + | --- Source/JavaScriptCore/bytecode/StructureStubInfo.cpp |
14 + | +++ Source/JavaScriptCore/bytecode/StructureStubInfo.cpp |
15 + | |
16 + | #include "config.h" |
17 + | #include "StructureStubInfo.h" |
18 + | |
19 + | +#include "JSCellInlines.h" |
20 + | + |
21 + | #include "JSObject.h" |
22 + | #include "PolymorphicAccess.h" |
23 + | #include "Repatch.h" |
24 + | -- |
25 + | 2.7.0 |
26 + | |