Title: [208129] trunk/Source/WebCore
Revision
208129
Author
[email protected]
Date
2016-10-30 09:35:12 -0700 (Sun, 30 Oct 2016)

Log Message

Unreviewed gardening

Fix build error on WinCairo.

Patch by Frederic Wang <[email protected]> on 2016-10-30

* platform/graphics/opentype/OpenTypeMathData.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (208128 => 208129)


--- trunk/Source/WebCore/ChangeLog	2016-10-30 16:18:57 UTC (rev 208128)
+++ trunk/Source/WebCore/ChangeLog	2016-10-30 16:35:12 UTC (rev 208129)
@@ -1,5 +1,13 @@
 2016-10-30  Frederic Wang  <[email protected]>
 
+        Unreviewed gardening
+
+        Fix build error on WinCairo.
+
+        * platform/graphics/opentype/OpenTypeMathData.cpp:
+
+2016-10-30  Frederic Wang  <[email protected]>
+
         Use HarfBuzz ot-math API to parse the OpenType MATH table
         https://bugs.webkit.org/show_bug.cgi?id=162671
 

Modified: trunk/Source/WebCore/platform/graphics/opentype/OpenTypeMathData.cpp (208128 => 208129)


--- trunk/Source/WebCore/platform/graphics/opentype/OpenTypeMathData.cpp	2016-10-30 16:18:57 UTC (rev 208128)
+++ trunk/Source/WebCore/platform/graphics/opentype/OpenTypeMathData.cpp	2016-10-30 16:35:12 UTC (rev 208129)
@@ -266,7 +266,6 @@
 #else
 OpenTypeMathData::OpenTypeMathData(const FontPlatformData&)
 {
-    m_mathBuffer = nullptr;
 #endif
 }
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to