Title: [250777] trunk/Source/WebCore
Revision
250777
Author
timothy_hor...@apple.com
Date
2019-10-07 11:21:29 -0700 (Mon, 07 Oct 2019)

Log Message

Fix the Windows build

* html/ImageBitmap.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (250776 => 250777)


--- trunk/Source/WebCore/ChangeLog	2019-10-07 17:28:28 UTC (rev 250776)
+++ trunk/Source/WebCore/ChangeLog	2019-10-07 18:21:29 UTC (rev 250777)
@@ -1,3 +1,9 @@
+2019-10-07  Tim Horton  <timothy_hor...@apple.com>
+
+        Fix the Windows build
+
+        * html/ImageBitmap.h:
+
 2019-10-07  Zalan Bujtas  <za...@apple.com>
 
         [LFC] Add const version of LayoutState::displayBoxForLayoutBox

Modified: trunk/Source/WebCore/html/ImageBitmap.h (250776 => 250777)


--- trunk/Source/WebCore/html/ImageBitmap.h	2019-10-07 17:28:28 UTC (rev 250776)
+++ trunk/Source/WebCore/html/ImageBitmap.h	2019-10-07 18:21:29 UTC (rev 250777)
@@ -29,6 +29,10 @@
 #include "ScriptWrappable.h"
 #include <wtf/RefCounted.h>
 
+namespace JSC {
+class ArrayBuffer;
+}
+
 namespace WebCore {
 
 class Blob;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to