Title: [284120] trunk/Source/WebCore
- Revision
- 284120
- Author
- [email protected]
- Date
- 2021-10-13 12:13:15 -0700 (Wed, 13 Oct 2021)
Log Message
Remove unused ElementTraversal.h include from HTMLDialogElement.cpp
https://bugs.webkit.org/show_bug.cgi?id=231691
Reviewed by Simon Fraser.
Added it with <dialog> focusing steps (bug 227537), forgot to remove when I switched to
descendantsOfType in the same bug.
* html/HTMLDialogElement.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (284119 => 284120)
--- trunk/Source/WebCore/ChangeLog 2021-10-13 19:05:37 UTC (rev 284119)
+++ trunk/Source/WebCore/ChangeLog 2021-10-13 19:13:15 UTC (rev 284120)
@@ -1,5 +1,17 @@
2021-10-13 Tim Nguyen <[email protected]>
+ Remove unused ElementTraversal.h include from HTMLDialogElement.cpp
+ https://bugs.webkit.org/show_bug.cgi?id=231691
+
+ Reviewed by Simon Fraser.
+
+ Added it with <dialog> focusing steps (bug 227537), forgot to remove when I switched to
+ descendantsOfType in the same bug.
+
+ * html/HTMLDialogElement.cpp:
+
+2021-10-13 Tim Nguyen <[email protected]>
+
Implement <dialog> focusing steps
https://bugs.webkit.org/show_bug.cgi?id=227537
Modified: trunk/Source/WebCore/html/HTMLDialogElement.cpp (284119 => 284120)
--- trunk/Source/WebCore/html/HTMLDialogElement.cpp 2021-10-13 19:05:37 UTC (rev 284119)
+++ trunk/Source/WebCore/html/HTMLDialogElement.cpp 2021-10-13 19:13:15 UTC (rev 284120)
@@ -25,7 +25,6 @@
#include "config.h"
#include "HTMLDialogElement.h"
-#include "ElementTraversal.h"
#include "EventLoop.h"
#include "EventNames.h"
#include "FocusOptions.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes