Changeset 29825 in webkit for trunk/JavaScriptCore/ChangeLog


Ignore:
Timestamp:
Jan 27, 2008, 4:14:24 PM (18 years ago)
Author:
[email protected]
Message:

Reviewed by Oliver Hunt.

Patch for http://bugs.webkit.org/show_bug.cgi?id=17025
nodes.h/cpp has been rolling around in the mud - lets hose it down

  • Rename member variables to use the m_ prefix.

(NOTE: Specific changed functions elided for space and clarity)

  • kjs/grammar.y:
  • kjs/nodes.cpp:
  • kjs/nodes.h:
  • kjs/nodes2string.cpp:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r29818 r29825  
     12008-01-27  Sam Weinig  <[email protected]>
     2
     3        Reviewed by Oliver Hunt.
     4
     5        Patch for http://bugs.webkit.org/show_bug.cgi?id=17025
     6        nodes.h/cpp has been rolling around in the mud - lets hose it down
     7
     8        - Rename member variables to use the m_ prefix.
     9
     10        (NOTE: Specific changed functions elided for space and clarity)
     11        * kjs/grammar.y:
     12        * kjs/nodes.cpp:
     13        * kjs/nodes.h:
     14        * kjs/nodes2string.cpp:
     15
    1162008-01-27  Darin Adler  <[email protected]>
    217
Note: See TracChangeset for help on using the changeset viewer.