da1d13bc07
Includes the patches from macports and fixes an issue with the `otool -L` output that was causing g-ir-scanner to fail. The paths in the macports patches have been modified so that they will work with `patches` in nix (an extra directory level was added).
27 lines
848 B
Diff
27 lines
848 B
Diff
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
|
|
|