Title: [137564] trunk/Source/WebCore
- Revision
- 137564
- Author
- [email protected]
- Date
- 2012-12-12 21:31:24 -0800 (Wed, 12 Dec 2012)
Log Message
ContainerNodeAlgorithm::notifyInsertedIntoDocument is not used
https://bugs.webkit.org/show_bug.cgi?id=104874
Reviewed by Hajime Morita.
ContainerNodeAlgorithm::notifyInsertedIntoDocument() is not used by anyone. We can remove it safely.
No new tests, no change in behavior.
* dom/ContainerNodeAlgorithms.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (137563 => 137564)
--- trunk/Source/WebCore/ChangeLog 2012-12-13 04:10:24 UTC (rev 137563)
+++ trunk/Source/WebCore/ChangeLog 2012-12-13 05:31:24 UTC (rev 137564)
@@ -1,3 +1,16 @@
+2012-12-12 Shinya Kawanaka <[email protected]>
+
+ ContainerNodeAlgorithm::notifyInsertedIntoDocument is not used
+ https://bugs.webkit.org/show_bug.cgi?id=104874
+
+ Reviewed by Hajime Morita.
+
+ ContainerNodeAlgorithm::notifyInsertedIntoDocument() is not used by anyone. We can remove it safely.
+
+ No new tests, no change in behavior.
+
+ * dom/ContainerNodeAlgorithms.h:
+
2012-12-12 Kunihiko Sakamoto <[email protected]>
Milliseconds field of date/time input UI should respect step attribute
Modified: trunk/Source/WebCore/dom/ContainerNodeAlgorithms.h (137563 => 137564)
--- trunk/Source/WebCore/dom/ContainerNodeAlgorithms.h 2012-12-13 04:10:24 UTC (rev 137563)
+++ trunk/Source/WebCore/dom/ContainerNodeAlgorithms.h 2012-12-13 05:31:24 UTC (rev 137564)
@@ -38,7 +38,6 @@
{
}
- void notifyInsertedIntoDocument(Node*);
void notify(Node*);
private:
@@ -211,11 +210,6 @@
notifyDescendantInsertedIntoTree(node);
}
-inline void ChildNodeInsertionNotifier::notifyInsertedIntoDocument(Node* node)
-{
- notifyNodeInsertedIntoDocument(node);
-}
-
inline void ChildNodeInsertionNotifier::notify(Node* node)
{
ASSERT(!NoEventDispatchAssertion::isEventDispatchForbidden());
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes