[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xerces-cvs
Subject:    cvs commit: xml-xerces/java/src/org/apache/xerces/dom DocumentImpl.java
From:       lehors () apache ! org
Date:       2001-12-17 19:30:49
[Download RAW message or body]

lehors      01/12/17 11:30:49

  Modified:    java/src/org/apache/xerces/dom DocumentImpl.java
  Log:
  fixed something I missed when moving the code from CharacterDataImpl
  See bug #5360
  
  Revision  Changes    Path
  1.66      +1 -1      xml-xerces/java/src/org/apache/xerces/dom/DocumentImpl.java
  
  Index: DocumentImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DocumentImpl.java,v
  retrieving revision 1.65
  retrieving revision 1.66
  diff -u -r1.65 -r1.66
  --- DocumentImpl.java	2001/12/17 17:41:16	1.65
  +++ DocumentImpl.java	2001/12/17 19:30:49	1.66
  @@ -1021,7 +1021,7 @@
                                    MutationEventImpl.DOM_CHARACTER_DATA_MODIFIED,
                                        true, false, null,
                                        oldvalue, value, null, (short) 0);
  -                dispatchEvent(me);
  +                dispatchEvent(node, me);
               }
               
               // Subroutine: Transmit DOMAttrModified and DOMSubtreeModified,
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic