[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

rjw rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:40:53 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit b43b8a134536243feff47bfc98446ae39ae2228f
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Sep 21 01:00:18 2002 +0000

    Removed debugging.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2111 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/khtml/xml/dom_elementimpl.cpp b/WebCore/khtml/xml/dom_elementimpl.cpp
index c9d8049..28d3f34 100644
--- a/WebCore/khtml/xml/dom_elementimpl.cpp
+++ b/WebCore/khtml/xml/dom_elementimpl.cpp
@@ -222,8 +222,6 @@ void ElementImpl::setAttribute(NodeImpl::Id id, DOMStringImpl* value, int &excep
         exceptioncode = DOMException::NO_MODIFICATION_ALLOWED_ERR;
         return;
     }
-
-    printf ("setAttribute %s\n", (char *)value);
     
     if (old && !value)
         namedAttrMap->removeAttribute(id);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list