summaryrefslogtreecommitdiff
path: root/libre/xerces2-java/xerces2-java-HTMLObjectElementImpl.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-12-03 03:20:30 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-12-03 03:20:30 -0500
commitadff2ac56891fb107dc025f26d501a35281e1f13 (patch)
treefca2bcf7d4b6cd738971ae09fba938db40ea8c10 /libre/xerces2-java/xerces2-java-HTMLObjectElementImpl.patch
parentd872c53acbd9554c6bdf4edbe3a3124c9bc05df2 (diff)
downloadabslibre-adff2ac56891fb107dc025f26d501a35281e1f13.tar.gz
abslibre-adff2ac56891fb107dc025f26d501a35281e1f13.tar.bz2
abslibre-adff2ac56891fb107dc025f26d501a35281e1f13.zip
xerces2-java: add new package to [libre]
Diffstat (limited to 'libre/xerces2-java/xerces2-java-HTMLObjectElementImpl.patch')
-rw-r--r--libre/xerces2-java/xerces2-java-HTMLObjectElementImpl.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/libre/xerces2-java/xerces2-java-HTMLObjectElementImpl.patch b/libre/xerces2-java/xerces2-java-HTMLObjectElementImpl.patch
new file mode 100644
index 000000000..b18badc5d
--- /dev/null
+++ b/libre/xerces2-java/xerces2-java-HTMLObjectElementImpl.patch
@@ -0,0 +1,18 @@
+--- xerces-2_11_0.orig/src/org/apache/html/dom/HTMLElementImpl.java 2010-11-26 15:42:05.000000000 -0500
++++ xerces-2_11_0/src/org/apache/html/dom/HTMLElementImpl.java 2015-12-02 09:54:52.042144620 -0500
+@@ -20,6 +20,7 @@
+
+ import org.apache.xerces.dom.ElementImpl;
+ import org.w3c.dom.Attr;
++import org.w3c.dom.Document;
+ import org.w3c.dom.Node;
+ import org.w3c.dom.NodeList;
+ import org.w3c.dom.html.HTMLElement;
+@@ -254,4 +255,7 @@
+ return null;
+ }
+
++ public Document getContentDocument() {
++ throw new UnsupportedOperationException();
++ }
+ }