https://bugs.webkit.org/show_bug.cgi?id=147816

--- Source/JavaScriptCore/llint/LLIntEntrypoint.cpp	
+++ 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"
--- Source/JavaScriptCore/runtime/FunctionExecutableDump.cpp	
+++ Source/JavaScriptCore/runtime/FunctionExecutableDump.cpp	
@@ -25,6 +25,7 @@ 
 
 #include "config.h"
 #include "FunctionExecutableDump.h"
+#include "JSCellInlines.h"
 
 #include "CodeBlock.h"
 
--- Source/WebCore/editing/InsertNodeBeforeCommand.cpp.orig	2015-08-06 10:21:28.000000000 +0200
+++ Source/WebCore/editing/InsertNodeBeforeCommand.cpp	2015-08-18 16:48:41.950995000 +0200
@@ -29,6 +29,7 @@
 #include "AXObjectCache.h"
 #include "Document.h"
 #include "ExceptionCodePlaceholder.h"
+#include "RenderElement.h"
 #include "htmlediting.h"
 
 namespace WebCore {
