fix=Denis Sharypov <sdv@sparc.spb.su> r=akhil.arora@sun.com
19304 convert java dom api to an xpcom module 19305 synchronize with interface changes in nsIDocumentLoaderObserver git-svn-id: svn://10.0.0.236/trunk@53952 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
12
mozilla/java/dom/DocumentImpl.java.patch
Normal file
12
mozilla/java/dom/DocumentImpl.java.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
Index: DocumentImpl.java
|
||||
===================================================================
|
||||
RCS file: /cvsroot/mozilla/java/dom/jni/DocumentImpl.java,v
|
||||
retrieving revision 1.4
|
||||
diff -r1.4 DocumentImpl.java
|
||||
40a41,42
|
||||
> import org.mozilla.dom.tests.TestDocLoadListener;
|
||||
>
|
||||
64d65
|
||||
<
|
||||
71a73
|
||||
> DOMAccessorImpl.getInstance().addDocumentLoadListener(new TestDocLoadListener());
|
||||
Reference in New Issue
Block a user