Title: [236545] trunk/Source/WebCore
Revision
236545
Author
[email protected]
Date
2018-09-27 05:51:09 -0700 (Thu, 27 Sep 2018)

Log Message

Unreviewed, GTK Ubuntu LTS build fix attempt after r236396.

* platform/graphics/gstreamer/GStreamerCommon.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (236544 => 236545)


--- trunk/Source/WebCore/ChangeLog	2018-09-27 12:46:48 UTC (rev 236544)
+++ trunk/Source/WebCore/ChangeLog	2018-09-27 12:51:09 UTC (rev 236545)
@@ -1,3 +1,9 @@
+2018-09-27  Philippe Normand  <[email protected]>
+
+        Unreviewed, GTK Ubuntu LTS build fix attempt after r236396.
+
+        * platform/graphics/gstreamer/GStreamerCommon.h:
+
 2018-09-27  Antoine Quint  <[email protected]>
 
         [Web Animations] Turn Web Animations with CSS integration on

Modified: trunk/Source/WebCore/platform/graphics/gstreamer/GStreamerCommon.h (236544 => 236545)


--- trunk/Source/WebCore/platform/graphics/gstreamer/GStreamerCommon.h	2018-09-27 12:46:48 UTC (rev 236544)
+++ trunk/Source/WebCore/platform/graphics/gstreamer/GStreamerCommon.h	2018-09-27 12:51:09 UTC (rev 236545)
@@ -112,7 +112,7 @@
     explicit operator bool() const { return m_isValid; }
 private:
     GstBuffer* m_buffer { nullptr };
-    GstMapInfo m_info GST_MAP_INFO_INIT;
+    GstMapInfo m_info;
     bool m_isValid { false };
 };
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to