[SCM] WebKit Debian packaging branch, webkit-1.2,	updated. upstream/1.1.90-6072-g9a69373
    eric at webkit.org 
    eric at webkit.org
       
    Thu Apr  8 01:36:22 UTC 2010
    
    
  
The following commit has been merged in the webkit-1.2 branch:
commit de646634c029fea0bf40f5486f24f43102aea0f2
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Feb 2 19:47:43 2010 +0000
    2010-02-02  Kwang Yul Seo  <skyul at 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: http://svn.webkit.org/repository/webkit/trunk@54244 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 9b137e4..94b62dc 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,5 +1,14 @@
 2010-02-02  Kwang Yul Seo  <skyul at 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 at company100.net>
+
         Reviewed by Eric Seidel.
 
         [BREWMP] Add HAVE_XXX definitions
diff --git a/JavaScriptCore/wtf/CurrentTime.h b/JavaScriptCore/wtf/CurrentTime.h
index 334a6e9..033448f 100644
--- a/JavaScriptCore/wtf/CurrentTime.h
+++ b/JavaScriptCore/wtf/CurrentTime.h
@@ -61,6 +61,7 @@ namespace WTF {
 } // namespace WTF
 
 using WTF::currentTime;
+using WTF::getLocalTime;
 
 #endif // CurrentTime_h
 
-- 
WebKit Debian packaging
    
    
More information about the Pkg-webkit-commits
mailing list