mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 17:16:12 +00:00
95cb81ad53
19304 convert java dom api to an xpcom module 19305 synchronize with interface changes in nsIDocumentLoaderObserver
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());
|