Title: [233106] trunk/Source/WebCore
Revision
233106
Author
pvol...@apple.com
Date
2018-06-22 16:05:47 -0700 (Fri, 22 Jun 2018)

Log Message

Unreviewed build fix on Windows.

* testing/Internals.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (233105 => 233106)


--- trunk/Source/WebCore/ChangeLog	2018-06-22 22:48:28 UTC (rev 233105)
+++ trunk/Source/WebCore/ChangeLog	2018-06-22 23:05:47 UTC (rev 233106)
@@ -1,3 +1,9 @@
+2018-06-22  Per Arne Vollan  <pvol...@apple.com>
+
+        Unreviewed build fix on Windows.
+
+        * testing/Internals.h:
+
 2018-06-22  Youenn Fablet  <you...@apple.com>
 
         Incoming G722 doesn't work

Modified: trunk/Source/WebCore/testing/Internals.h (233105 => 233106)


--- trunk/Source/WebCore/testing/Internals.h	2018-06-22 22:48:28 UTC (rev 233105)
+++ trunk/Source/WebCore/testing/Internals.h	2018-06-22 23:05:47 UTC (rev 233106)
@@ -402,10 +402,10 @@
 #endif
 
     struct FullscreenInsets {
-        float top;
-        float left;
-        float bottom;
-        float right;
+        float top { 0 };
+        float left { 0 };
+        float bottom { 0 };
+        float right { 0 };
     };
     void setFullscreenInsets(FullscreenInsets);
     void setFullscreenAutoHideDelay(double);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to