[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 14:27:55 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 1e7c183770c62bcca7a6bb0f35e5b964b9743c6e
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Oct 9 20:59:19 2010 +0000

    2010-10-09  Pratik Solanki  <psolanki at apple.com>
    
            Reviewed by Xan Lopez.
    
            https://bugs.webkit.org/show_bug.cgi?id=47445
            Remove unused function WTFThreadData::initializeIdentifierTable()
    
            * wtf/WTFThreadData.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69458 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 7aa1ea2..e144723 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,12 @@
+2010-10-09  Pratik Solanki  <psolanki at apple.com>
+
+        Reviewed by Xan Lopez.
+
+        https://bugs.webkit.org/show_bug.cgi?id=47445
+        Remove unused function WTFThreadData::initializeIdentifierTable()
+
+        * wtf/WTFThreadData.h:
+
 2010-10-08  Michael Saboff  <msaboff at apple.com>
 
         Reviewed by Darin Adler.
diff --git a/JavaScriptCore/wtf/WTFThreadData.h b/JavaScriptCore/wtf/WTFThreadData.h
index 7f91e1a..5019c33 100644
--- a/JavaScriptCore/wtf/WTFThreadData.h
+++ b/JavaScriptCore/wtf/WTFThreadData.h
@@ -95,12 +95,6 @@ public:
     }
 
 #if USE(JSC)
-    void initializeIdentifierTable(JSC::IdentifierTable* identifierTable)
-    {
-        m_defaultIdentifierTable = identifierTable;
-        m_currentIdentifierTable = identifierTable;
-    }
-
     JSC::IdentifierTable* currentIdentifierTable()
     {
         return m_currentIdentifierTable;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list