File webkitgtk-2.4.11-inlines.patch of Package mingw64-webkitgtk
--- webkitgtk-2.4.11/Source/JavaScriptCore/runtime/JSPromiseFunctions.cpp 2016-04-10 08:48:36.000000000 +0200
+++ webkitgtk-2.4.11/Source/JavaScriptCore/runtime/JSPromiseFunctions.cpp 2018-09-12 11:45:38.826897519 +0200
@@ -35,6 +35,7 @@
#include "JSPromiseConstructor.h"
#include "JSPromiseDeferred.h"
#include "NumberObject.h"
+#include "StructureInlines.h"
namespace JSC {
--- webkitgtk-2.4.11/Source/JavaScriptCore/runtime/MapConstructor.cpp 2016-04-10 08:48:36.000000000 +0200
+++ webkitgtk-2.4.11/Source/JavaScriptCore/runtime/MapConstructor.cpp 2018-09-12 11:46:18.083135334 +0200
@@ -32,6 +32,7 @@
#include "JSGlobalObject.h"
#include "JSMap.h"
#include "MapPrototype.h"
+#include "StructureInlines.h"
namespace JSC {
--- webkitgtk-2.4.11/Source/JavaScriptCore/runtime/MapIteratorConstructor.cpp 2016-04-10 08:48:36.000000000 +0200
+++ webkitgtk-2.4.11/Source/JavaScriptCore/runtime/MapIteratorConstructor.cpp 2018-09-12 11:46:37.979255868 +0200
@@ -31,6 +31,7 @@
#include "JSGlobalObject.h"
#include "JSMapIterator.h"
#include "MapIteratorPrototype.h"
+#include "StructureInlines.h"
namespace JSC {
--- webkitgtk-2.4.11/Source/JavaScriptCore/runtime/SetConstructor.cpp 2016-04-10 08:48:36.000000000 +0200
+++ webkitgtk-2.4.11/Source/JavaScriptCore/runtime/SetConstructor.cpp 2018-09-12 11:47:17.555495626 +0200
@@ -33,6 +33,7 @@
#include "JSSet.h"
#include "MapData.h"
#include "SetPrototype.h"
+#include "StructureInlines.h"
namespace JSC {
--- webkitgtk-2.4.11/Source/JavaScriptCore/runtime/SetIteratorConstructor.cpp 2016-04-10 08:48:36.000000000 +0200
+++ webkitgtk-2.4.11/Source/JavaScriptCore/runtime/SetIteratorConstructor.cpp 2018-09-12 12:32:46.300248089 +0200
@@ -31,6 +31,7 @@
#include "JSGlobalObject.h"
#include "JSSetIterator.h"
#include "SetIteratorPrototype.h"
+#include "StructureInlines.h"
namespace JSC {
--- webkitgtk-2.4.11/Source/JavaScriptCore/runtime/WeakMapConstructor.cpp 2016-04-10 08:48:36.000000000 +0200
+++ webkitgtk-2.4.11/Source/JavaScriptCore/runtime/WeakMapConstructor.cpp 2018-09-12 12:34:07.612733402 +0200
@@ -31,6 +31,7 @@
#include "JSGlobalObject.h"
#include "JSWeakMap.h"
#include "WeakMapPrototype.h"
+#include "StructureInlines.h"
namespace JSC {