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
13 lines
370 B
Diff
13 lines
370 B
Diff
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());
|