Title: [258165] trunk/Source/WebCore
Revision
258165
Author
cdu...@apple.com
Date
2020-03-09 14:55:13 -0700 (Mon, 09 Mar 2020)

Log Message

Unreviewed, drop forward declaration that is no longer needed after r258159.

* xml/XMLHttpRequestProgressEventThrottle.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (258164 => 258165)


--- trunk/Source/WebCore/ChangeLog	2020-03-09 21:50:24 UTC (rev 258164)
+++ trunk/Source/WebCore/ChangeLog	2020-03-09 21:55:13 UTC (rev 258165)
@@ -1,5 +1,11 @@
 2020-03-09  Chris Dumez  <cdu...@apple.com>
 
+        Unreviewed, drop forward declaration that is no longer needed after r258159.
+
+        * xml/XMLHttpRequestProgressEventThrottle.h:
+
+2020-03-09  Chris Dumez  <cdu...@apple.com>
+
         Align garbage collection for XMLHttpRequest objects with the specification
         https://bugs.webkit.org/show_bug.cgi?id=208481
 

Modified: trunk/Source/WebCore/xml/XMLHttpRequestProgressEventThrottle.h (258164 => 258165)


--- trunk/Source/WebCore/xml/XMLHttpRequestProgressEventThrottle.h	2020-03-09 21:50:24 UTC (rev 258164)
+++ trunk/Source/WebCore/xml/XMLHttpRequestProgressEventThrottle.h	2020-03-09 21:55:13 UTC (rev 258165)
@@ -33,7 +33,6 @@
 namespace WebCore {
 
 class Event;
-class EventTarget;
 class XMLHttpRequest;
 
 enum ProgressEventAction {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to