aboutsummaryrefslogtreecommitdiff
path: root/x11/kdelibs4/files/patch-khtml_html-html_formimpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdelibs4/files/patch-khtml_html-html_formimpl.cpp')
-rw-r--r--x11/kdelibs4/files/patch-khtml_html-html_formimpl.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11/kdelibs4/files/patch-khtml_html-html_formimpl.cpp b/x11/kdelibs4/files/patch-khtml_html-html_formimpl.cpp
deleted file mode 100644
index 2d6b721339f2..000000000000
--- a/x11/kdelibs4/files/patch-khtml_html-html_formimpl.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- khtml/html/html_formimpl.cpp.orig Sun Jan 29 01:15:24 2006
-+++ khtml/html/html_formimpl.cpp Sun Jan 29 01:43:42 2006
-@@ -2303,7 +2303,7 @@
- NodeImpl* const parent = current->parentNode();
- current = current->nextSibling();
- if (!current) {
-- if (parent != this)
-+ if (static_cast<HTMLSelectElementImpl*>(parent) != this)
- current = parent->nextSibling();
- }
- }