Ignore:
Timestamp:
Jan 30, 2011, 3:54:48 AM (15 years ago)
Author:
[email protected]
Message:

2011-01-30 Leo Yang <[email protected]>

Reviewed by Daniel Bates.

Code style issue in JavaScriptCore/wtf/CurrentTime.h
https://bugs.webkit.org/show_bug.cgi?id=53394

According to rule #3 at http://webkit.org/coding/coding-style.html,
This patch fix style issue in CurrentTime.h.

No functionality change, no new tests.

  • wtf/CurrentTime.h: (WTF::currentTimeMS): (WTF::getLocalTime):
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r77086 r77087  
     12011-01-30  Leo Yang  <[email protected]>
     2
     3        Reviewed by Daniel Bates.
     4
     5        Code style issue in JavaScriptCore/wtf/CurrentTime.h
     6        https://bugs.webkit.org/show_bug.cgi?id=53394
     7
     8        According to rule #3 at http://webkit.org/coding/coding-style.html,
     9        This patch fix style issue in CurrentTime.h.
     10
     11        No functionality change, no new tests.
     12
     13        * wtf/CurrentTime.h:
     14        (WTF::currentTimeMS):
     15        (WTF::getLocalTime):
     16
    1172011-01-30  Benjamin Poulain  <[email protected]>
    218
Note: See TracChangeset for help on using the changeset viewer.