summaryrefslogtreecommitdiff
path: root/www/webkit-gtk/patches/patch-Source_JavaScriptCore_llint_LLIntEntrypoint.cpp
blob: 31c5cb951178e99dab71715b77f495c08cc84851 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-Source_JavaScriptCore_llint_LLIntEntrypoint.cpp,v 1.1 2015/07/23 11:10:49 joerg Exp $

--- Source/JavaScriptCore/llint/LLIntEntrypoint.cpp.orig	2015-07-22 11:57:53.000000000 +0000
+++ Source/JavaScriptCore/llint/LLIntEntrypoint.cpp
@@ -28,6 +28,7 @@
 #include "CodeBlock.h"
 #include "HeapInlines.h"
 #include "JITCode.h"
+#include "JSCellInlines.h"
 #include "JSObject.h"
 #include "LLIntThunks.h"
 #include "LowLevelInterpreter.h"