[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

commit-queue at webkit.org commit-queue at webkit.org
Sun Feb 20 23:29:18 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 1c7133694222332ca86ccf7db177ff241f332b32
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jan 20 23:37:22 2011 +0000

    2011-01-20  Adam Klein  <adamk at chromium.org>
    
            Reviewed by Andreas Kling.
    
            [chromium] Remove deprecated WebKit::nameOfInputElement function
            https://bugs.webkit.org/show_bug.cgi?id=52824
    
            * src/DOMUtilitiesPrivate.cpp:
            * src/DOMUtilitiesPrivate.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76294 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebKit/chromium/ChangeLog b/Source/WebKit/chromium/ChangeLog
index 8b92aa3..2b391c9 100644
--- a/Source/WebKit/chromium/ChangeLog
+++ b/Source/WebKit/chromium/ChangeLog
@@ -1,3 +1,13 @@
+2011-01-20  Adam Klein  <adamk at chromium.org>
+
+        Reviewed by Andreas Kling.
+
+        [chromium] Remove deprecated WebKit::nameOfInputElement function
+        https://bugs.webkit.org/show_bug.cgi?id=52824
+
+        * src/DOMUtilitiesPrivate.cpp:
+        * src/DOMUtilitiesPrivate.h:
+
 2011-01-20  Sam Weinig  <sam at webkit.org>
 
         Reviewed by Dave Hyatt.
diff --git a/Source/WebKit/chromium/src/DOMUtilitiesPrivate.cpp b/Source/WebKit/chromium/src/DOMUtilitiesPrivate.cpp
index 6f952f7..e688bfa 100644
--- a/Source/WebKit/chromium/src/DOMUtilitiesPrivate.cpp
+++ b/Source/WebKit/chromium/src/DOMUtilitiesPrivate.cpp
@@ -39,8 +39,6 @@
 #include "HTMLOptionElement.h"
 #include "Node.h"
 
-#include "WebInputElement.h"
-
 using namespace WebCore;
 
 namespace {
@@ -79,11 +77,6 @@ HTMLOptionElement* toHTMLOptionElement(Node* node)
     return toHTMLElement<HTMLOptionElement>(node, HTMLNames::optionTag);
 }
 
-String nameOfInputElement(HTMLInputElement* element)
-{
-    return WebInputElement(element).nameForAutofill();
-}
-
 bool elementHasLegalLinkAttribute(const Element* element,
                                   const QualifiedName& attrName)
 {
diff --git a/Source/WebKit/chromium/src/DOMUtilitiesPrivate.h b/Source/WebKit/chromium/src/DOMUtilitiesPrivate.h
index f5d03a5..99e3d9c 100644
--- a/Source/WebKit/chromium/src/DOMUtilitiesPrivate.h
+++ b/Source/WebKit/chromium/src/DOMUtilitiesPrivate.h
@@ -31,8 +31,6 @@
 #ifndef DOMUtilitiesPrivate_h
 #define DOMUtilitiesPrivate_h
 
-#include <wtf/Forward.h>
-
 namespace WebCore {
 class Element;
 class HTMLInputElement;
@@ -53,9 +51,6 @@ WebCore::HTMLLinkElement* toHTMLLinkElement(WebCore::Node*);
 WebCore::HTMLMetaElement* toHTMLMetaElement(WebCore::Node*);
 WebCore::HTMLOptionElement* toHTMLOptionElement(WebCore::Node*);
 
-// FIXME: Deprecate. Use WebInputElement::nameForAutofill instead.
-WTF::String nameOfInputElement(WebCore::HTMLInputElement*);
-
 // For img, script, iframe, frame element, when attribute name is src,
 // for link, a, area element, when attribute name is href,
 // for form element, when attribute name is action,

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list