[webkit-changes] cvs commit: JavaScriptCore/kjs internal.cpp

Geoffrey ggaren at opensource.apple.com
Tue Sep 20 18:10:55 PDT 2005


ggaren      05/09/20 18:10:55

  Modified:    .        ChangeLog
               kjs      internal.cpp
  Log:
          - Oops. The 4263434 change was only appropriate on the branch. Rolling out.
  
          Reviewed by eric.
  
          * kjs/internal.cpp:
          (KJS::InterpreterImp::mark):
  
  Revision  Changes    Path
  1.833     +9 -0      JavaScriptCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/ChangeLog,v
  retrieving revision 1.832
  retrieving revision 1.833
  diff -u -r1.832 -r1.833
  --- ChangeLog	21 Sep 2005 00:33:12 -0000	1.832
  +++ ChangeLog	21 Sep 2005 01:10:54 -0000	1.833
  @@ -1,5 +1,14 @@
   2005-09-20  Geoffrey Garen  <ggaren at apple.com>
   
  +        - Oops. The 4263434 change was only appropriate on the branch. Rolling out.
  +        
  +        Reviewed by eric.
  +        
  +        * kjs/internal.cpp:
  +        (KJS::InterpreterImp::mark):
  +
  +2005-09-20  Geoffrey Garen  <ggaren at apple.com>
  +
           - More changes needed to fix <rdar://problem/4214783> 8F29 REGRESSION(Denver/Chardonnay):
             kjs_fast_malloc crash due to lack of locking on multiple threads (seen selecting volumes in
             the installer)
  
  
  
  1.72      +1 -1      JavaScriptCore/kjs/internal.cpp
  
  Index: internal.cpp
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kjs/internal.cpp,v
  retrieving revision 1.71
  retrieving revision 1.72
  diff -u -r1.71 -r1.72
  --- internal.cpp	21 Sep 2005 00:25:11 -0000	1.71
  +++ internal.cpp	21 Sep 2005 01:10:54 -0000	1.72
  @@ -644,7 +644,7 @@
       _context->mark();
     if (global)
         global->mark();
  -  if (globExec && globExec._exception)
  +  if (globExec._exception)
         globExec._exception->mark();
   }
   
  
  
  



More information about the webkit-changes mailing list