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

hyatt hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:48:01 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit c54a3ad0e192a52dab9266104b969b81f7433088
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Oct 8 23:54:28 2002 +0000

    	This was an unintentional checkin. backing out.
    
            * khtml/xml/dom_elementimpl.cpp:
            (NamedAttrMapImpl::removeNamedItem):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2284 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index bc85b68..0f2b3c6 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,3 +1,10 @@
+2002-10-09  David Hyatt  <hyatt at apple.com>
+
+	This was an unintentional checkin. backing out.
+	
+        * khtml/xml/dom_elementimpl.cpp:
+        (NamedAttrMapImpl::removeNamedItem):
+
 2002-10-08  Richard Williamson   <rjw at apple.com>
 
         Added bridge method set the selection.
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index bc85b68..0f2b3c6 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,10 @@
+2002-10-09  David Hyatt  <hyatt at apple.com>
+
+	This was an unintentional checkin. backing out.
+	
+        * khtml/xml/dom_elementimpl.cpp:
+        (NamedAttrMapImpl::removeNamedItem):
+
 2002-10-08  Richard Williamson   <rjw at apple.com>
 
         Added bridge method set the selection.
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index bc85b68..0f2b3c6 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,10 @@
+2002-10-09  David Hyatt  <hyatt at apple.com>
+
+	This was an unintentional checkin. backing out.
+	
+        * khtml/xml/dom_elementimpl.cpp:
+        (NamedAttrMapImpl::removeNamedItem):
+
 2002-10-08  Richard Williamson   <rjw at apple.com>
 
         Added bridge method set the selection.
diff --git a/WebCore/khtml/xml/dom_elementimpl.cpp b/WebCore/khtml/xml/dom_elementimpl.cpp
index e50acef..28d3f34 100644
--- a/WebCore/khtml/xml/dom_elementimpl.cpp
+++ b/WebCore/khtml/xml/dom_elementimpl.cpp
@@ -629,7 +629,7 @@ Node NamedAttrMapImpl::removeNamedItem ( NodeImpl::Id id, int &exceptioncode )
     if (!a) return Node();
 
     if (!a->attrImpl())  a->allocateImpl(element);
-    Attr r(a->attrImpl());
+    Node r(a->attrImpl());
     removeAttribute(id);
     return r;
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list