Title: [143724] trunk/Source/WebCore
Revision
143724
Author
[email protected]
Date
2013-02-22 05:50:51 -0800 (Fri, 22 Feb 2013)

Log Message

Remove unused declaration: Element::removeCachedHTMLCollection()

Not reviewed by Antti Koivisto.

* dom/Element.h:
(Element):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (143723 => 143724)


--- trunk/Source/WebCore/ChangeLog	2013-02-22 13:44:06 UTC (rev 143723)
+++ trunk/Source/WebCore/ChangeLog	2013-02-22 13:50:51 UTC (rev 143724)
@@ -1,3 +1,12 @@
+2013-02-22  Andreas Kling  <[email protected]>
+
+        Remove unused declaration: Element::removeCachedHTMLCollection()
+
+        Not reviewed by Antti Koivisto.
+
+        * dom/Element.h:
+        (Element):
+
 2013-02-22  Keishi Hattori  <[email protected]>
 
         Add scroll view for new calendar picker

Modified: trunk/Source/WebCore/dom/Element.h (143723 => 143724)


--- trunk/Source/WebCore/dom/Element.h	2013-02-22 13:44:06 UTC (rev 143723)
+++ trunk/Source/WebCore/dom/Element.h	2013-02-22 13:50:51 UTC (rev 143724)
@@ -464,8 +464,6 @@
     void updateName(const AtomicString& oldName, const AtomicString& newName);
     void updateLabel(TreeScope*, const AtomicString& oldForAttributeValue, const AtomicString& newForAttributeValue);
 
-    void removeCachedHTMLCollection(HTMLCollection*, CollectionType);
-
     LayoutSize minimumSizeForResizing() const;
     void setMinimumSizeForResizing(const LayoutSize&);
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to