summaryrefslogtreecommitdiffstats
path: root/www/webkit-gtk2/files/extra-patch-JavaScriptCore_jit_JITStubs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'www/webkit-gtk2/files/extra-patch-JavaScriptCore_jit_JITStubs.cpp')
-rw-r--r--www/webkit-gtk2/files/extra-patch-JavaScriptCore_jit_JITStubs.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/webkit-gtk2/files/extra-patch-JavaScriptCore_jit_JITStubs.cpp b/www/webkit-gtk2/files/extra-patch-JavaScriptCore_jit_JITStubs.cpp
deleted file mode 100644
index 59229e8bc..000000000
--- a/www/webkit-gtk2/files/extra-patch-JavaScriptCore_jit_JITStubs.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- JavaScriptCore/jit/JITStubs.cpp.orig 2009-10-19 15:13:27.000000000 -0400
-+++ JavaScriptCore/jit/JITStubs.cpp 2009-10-19 15:13:46.000000000 -0400
-@@ -2672,7 +2672,7 @@ DEFINE_STUB_FUNCTION(EncodedJSValue, op_
-
- if (!handler) {
- *stackFrame.exception = exceptionValue;
-- STUB_SET_RETURN_ADDRESS(reinterpret_cast<void*>(ctiOpThrowNotCaught));
-+ STUB_SET_RETURN_ADDRESS((void*)(ctiOpThrowNotCaught));
- return JSValue::encode(jsNull());
- }
-