summaryrefslogtreecommitdiffstats
path: root/main/webkit/cve-2010-3115.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-11-08 20:17:43 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-11-08 20:21:49 +0000
commitf663ef01106428761cbcd12c2c606701e7976b18 (patch)
tree83777c9a3328ae10c3bbb6f87e11a7e8b64c7c91 /main/webkit/cve-2010-3115.patch
parent410300dc224da694762c67db4115abe7ce43d4d2 (diff)
downloadaports-f663ef01106428761cbcd12c2c606701e7976b18.tar.bz2
aports-f663ef01106428761cbcd12c2c606701e7976b18.tar.xz
main/webkit: upgrade to 1.3.5
Diffstat (limited to 'main/webkit/cve-2010-3115.patch')
-rw-r--r--main/webkit/cve-2010-3115.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/main/webkit/cve-2010-3115.patch b/main/webkit/cve-2010-3115.patch
deleted file mode 100644
index 84661767f..000000000
--- a/main/webkit/cve-2010-3115.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-description: fix cve-2010-3115
-author: Michael Gilbert <michael.s.gilbert@gmail.com>
-origin: http://trac.webkit.org/changeset/63925
-Index: webkit-1.2.4/WebCore/page/History.cpp
-===================================================================
---- webkit-1.2.4.orig/WebCore/page/History.cpp 2010-09-03 16:12:23.000000000 -0400
-+++ webkit-1.2.4/WebCore/page/History.cpp 2010-09-06 22:08:52.000000000 -0400
-@@ -82,7 +82,7 @@
-
- KURL History::urlForState(const String& urlString)
- {
-- KURL baseURL = m_frame->loader()->baseURL();
-+ KURL baseURL = m_frame->document()->url();
- if (urlString.isEmpty())
- return baseURL;
-