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

dumi at chromium.org dumi at chromium.org
Wed Dec 22 13:16:15 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 68f66679e050c67a0ca824cd2b7ac2f1b88cd6a8
Author: dumi at chromium.org <dumi at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Sep 10 02:49:32 2010 +0000

    Removing an obsolete comment.
    https://bugs.webkit.org/show_bug.cgi?id=40112
    
    Reviewed by Alexey Proskuryakov.
    
    * bindings/generic/ActiveDOMCallback.cpp:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67153 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index d29c0fa..1516e0e 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,12 @@
+2010-09-09  Dumitru Daniliuc  <dumi at chromium.org>
+
+        Reviewed by Alexey Proskuryakov.
+
+        Removing an obsolete comment.
+        https://bugs.webkit.org/show_bug.cgi?id=40112
+
+        * bindings/generic/ActiveDOMCallback.cpp:
+
 2010-09-09  James Robinson  <jamesr at chromium.org>
 
         Reviewed by Kenneth Russell.
diff --git a/WebCore/bindings/generic/ActiveDOMCallback.cpp b/WebCore/bindings/generic/ActiveDOMCallback.cpp
index c42c93a..f62bf83 100644
--- a/WebCore/bindings/generic/ActiveDOMCallback.cpp
+++ b/WebCore/bindings/generic/ActiveDOMCallback.cpp
@@ -61,7 +61,6 @@ private:
     OwnPtr<ActiveDOMObjectCallbackImpl> m_impl;
 };
 
-// Instances of this class are accessed only on the context thread, so we don't need to use locks.
 class ActiveDOMObjectCallbackImpl : public ActiveDOMObject {
 public:
     ActiveDOMObjectCallbackImpl(ScriptExecutionContext* context)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list