[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

barraclough at apple.com barraclough at apple.com
Thu Apr 8 02:20:12 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit ce9f1049f643453a3e5c2ee4a95d447aa3df8cca
Author: barraclough at apple.com <barraclough at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Mar 12 03:25:13 2010 +0000

    Rubber stamped by Oliver Hunt.
    
    Remove nonsense comments used in development & commited in error.
    
    JavaScriptCore:
    
    * runtime/UStringImpl.h:
    
    WebCore:
    
    * platform/text/StringImpl.h:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55881 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 3624ac7..72b137f 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,5 +1,13 @@
 2010-03-11  Gavin Barraclough  <barraclough at apple.com>
 
+        Rubber stamped by Oliver Hunt.
+
+        Remove nonsense comments used in development & commited in error.
+
+        * runtime/UStringImpl.h:
+
+2010-03-11  Gavin Barraclough  <barraclough at apple.com>
+
         Reviewed by NOBODY (Windows build fix).
 
         Remove export.
diff --git a/JavaScriptCore/runtime/UStringImpl.h b/JavaScriptCore/runtime/UStringImpl.h
index 026970e..eab297b 100644
--- a/JavaScriptCore/runtime/UStringImpl.h
+++ b/JavaScriptCore/runtime/UStringImpl.h
@@ -253,12 +253,6 @@ public:
             m_refCountAndFlags &= ~s_refCountFlagIsIdentifier;
     }
 
-// SYNC SYNC SYNC
-// SYNC SYNC SYNC
-// SYNC SYNC SYNC
-// SYNC SYNC SYNC
-// SYNC SYNC SYNC
-
     unsigned hash() const { if (!m_hash) m_hash = computeHash(m_data, m_length); return m_hash; }
     unsigned existingHash() const { ASSERT(m_hash); return m_hash; }
     static unsigned computeHash(const UChar* data, unsigned length) { return WTF::stringHash(data, length); }
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index e799786..f41415c 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,13 @@
 2010-03-11  Gavin Barraclough  <barraclough at apple.com>
 
+        Rubber stamped by Oliver Hunt.
+
+        Remove nonsense comments used in development & commited in error.
+
+        * platform/text/StringImpl.h:
+
+2010-03-11  Gavin Barraclough  <barraclough at apple.com>
+
         Reviewed by Oliver Hunt.
 
         https://bugs.webkit.org/show_bug.cgi?id=36041
diff --git a/WebCore/platform/text/StringImpl.h b/WebCore/platform/text/StringImpl.h
index 27497c0..d0a79ff 100644
--- a/WebCore/platform/text/StringImpl.h
+++ b/WebCore/platform/text/StringImpl.h
@@ -167,12 +167,6 @@ public:
     bool inTable() const { return m_refCountAndFlags & s_refCountFlagInTable; }
     void setInTable() { m_refCountAndFlags |= s_refCountFlagInTable; }
 
-// SYNC SYNC SYNC
-// SYNC SYNC SYNC
-// SYNC SYNC SYNC
-// SYNC SYNC SYNC
-// SYNC SYNC SYNC
-
     unsigned hash() const { if (!m_hash) m_hash = computeHash(m_data, m_length); return m_hash; }
     unsigned existingHash() const { ASSERT(m_hash); return m_hash; }
     static unsigned computeHash(const UChar* data, unsigned length) { return WTF::stringHash(data, length); }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list