summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmar Pakker2023-04-30 13:39:27 +0000
committerOmar Pakker2023-04-30 13:39:27 +0000
commit298dbdec9171ef1c4210d45cbabca11f75dd81ae (patch)
treec48e18f5837cc8c29d514a150ad7f48d68e40bd2
parentfafe9491f5154e5eee79acad4edca3b2110eee4e (diff)
downloadaur-298dbdec9171ef1c4210d45cbabca11f75dd81ae.tar.gz
Initial version.
-rw-r--r--gcc-5.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/gcc-5.patch b/gcc-5.patch
deleted file mode 100644
index 07b3f7360869..000000000000
--- a/gcc-5.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- webkit-qtwebkit-23/Source/JavaScriptCore/runtime/JSObject.cpp.gcc5 2014-09-24 06:42:05.000000000 -0500
-+++ webkit-qtwebkit-23/Source/JavaScriptCore/runtime/JSObject.cpp 2015-03-20 08:15:53.192778375 -0500
-@@ -1922,6 +1922,10 @@ void JSObject::putByIndexBeyondVectorLen
- }
- }
-
-+template void JSObject::putByIndexBeyondVectorLengthWithoutAttributes<ContiguousShape>(ExecState* exec, unsigned i, JSValue value);
-+template void JSObject::putByIndexBeyondVectorLengthWithoutAttributes<DoubleShape>(ExecState* exec, unsigned i, JSValue value);
-+template void JSObject::putByIndexBeyondVectorLengthWithoutAttributes<Int32Shape>(ExecState* exec, unsigned i, JSValue value);
-+
- void JSObject::putByIndexBeyondVectorLengthWithArrayStorage(ExecState* exec, unsigned i, JSValue value, bool shouldThrow, ArrayStorage* storage)
- {
- JSGlobalData& globalData = exec->globalData();