Commit 4dfed863 authored by eric@webkit.org's avatar eric@webkit.org

2010-02-02 Kwang Yul Seo <skyul@company100.net>

        Reviewed by Darin Adler.

        Add using WTF::getLocalTime to CurrentTime.h
        https://bugs.webkit.org/show_bug.cgi?id=34493

        * wtf/CurrentTime.h:

git-svn-id: svn://svn.chromium.org/blink/trunk@54244 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 5a961214
2010-02-02 Kwang Yul Seo <skyul@company100.net>
Reviewed by Darin Adler.
Add using WTF::getLocalTime to CurrentTime.h
https://bugs.webkit.org/show_bug.cgi?id=34493
* wtf/CurrentTime.h:
2010-02-02 Kwang Yul Seo <skyul@company100.net> 2010-02-02 Kwang Yul Seo <skyul@company100.net>
Reviewed by Eric Seidel. Reviewed by Eric Seidel.
......
...@@ -61,6 +61,7 @@ namespace WTF { ...@@ -61,6 +61,7 @@ namespace WTF {
} // namespace WTF } // namespace WTF
using WTF::currentTime; using WTF::currentTime;
using WTF::getLocalTime;
#endif // CurrentTime_h #endif // CurrentTime_h
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment