summary refs log tree commit diff
path: root/pkgs/development/libraries/webkitgtk/PR-153138.patch
blob: 833921f68061826b53012cb56fde52e41c32d007 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From 07886d9eacb7587dd52a9bcae10c1fc8ab56a910 Mon Sep 17 00:00:00 2001
From: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
Date: Fri, 15 Jan 2016 11:53:07 -0800
Subject: [PATCH] https://bugs.webkit.org/show_bug.cgi?id=153138

Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
---
 Source/JavaScriptCore/bytecode/StructureStubInfo.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Source/JavaScriptCore/bytecode/StructureStubInfo.cpp b/Source/JavaScriptCore/bytecode/StructureStubInfo.cpp
index 1e4b4f5..9b27aed 100644
--- a/Source/JavaScriptCore/bytecode/StructureStubInfo.cpp
+++ b/Source/JavaScriptCore/bytecode/StructureStubInfo.cpp
@@ -26,6 +26,8 @@
 #include "config.h"
 #include "StructureStubInfo.h"
 
+#include "JSCellInlines.h"
+
 #include "JSObject.h"
 #include "PolymorphicAccess.h"
 #include "Repatch.h"
-- 
2.7.0