at 17.09-beta 26 lines 848 B view raw
1From 07886d9eacb7587dd52a9bcae10c1fc8ab56a910 Mon Sep 17 00:00:00 2001 2From: Jeremy Huddleston Sequoia <jeremyhu@apple.com> 3Date: Fri, 15 Jan 2016 11:53:07 -0800 4Subject: [PATCH] https://bugs.webkit.org/show_bug.cgi?id=153138 5 6Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> 7--- 8 Source/JavaScriptCore/bytecode/StructureStubInfo.cpp | 2 ++ 9 1 file changed, 2 insertions(+) 10 11diff --git a/Source/JavaScriptCore/bytecode/StructureStubInfo.cpp b/Source/JavaScriptCore/bytecode/StructureStubInfo.cpp 12index 1e4b4f5..9b27aed 100644 13--- a/Source/JavaScriptCore/bytecode/StructureStubInfo.cpp 14+++ b/Source/JavaScriptCore/bytecode/StructureStubInfo.cpp 15@@ -26,6 +26,8 @@ 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-- 252.7.0 26