Title: [224859] trunk/Source/WebCore
Revision
224859
Author
mcatanz...@igalia.com
Date
2017-11-14 16:12:09 -0800 (Tue, 14 Nov 2017)

Log Message

Another attempt to fix GTK/WPE debug builds
https://bugs.webkit.org/show_bug.cgi?id=179660

* platform/graphics/cairo/NativeImageCairo.cpp:
(WebCore::drawNativeImage):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (224858 => 224859)


--- trunk/Source/WebCore/ChangeLog	2017-11-15 00:09:48 UTC (rev 224858)
+++ trunk/Source/WebCore/ChangeLog	2017-11-15 00:12:09 UTC (rev 224859)
@@ -1,3 +1,11 @@
+2017-11-14  Michael Catanzaro  <mcatanz...@igalia.com>
+
+        Another attempt to fix GTK/WPE debug builds
+        https://bugs.webkit.org/show_bug.cgi?id=179660
+
+        * platform/graphics/cairo/NativeImageCairo.cpp:
+        (WebCore::drawNativeImage):
+
 2017-11-14  Alex Christensen  <achristen...@webkit.org>
 
         Fix Windows build.

Modified: trunk/Source/WebCore/platform/graphics/cairo/NativeImageCairo.cpp (224858 => 224859)


--- trunk/Source/WebCore/platform/graphics/cairo/NativeImageCairo.cpp	2017-11-15 00:09:48 UTC (rev 224858)
+++ trunk/Source/WebCore/platform/graphics/cairo/NativeImageCairo.cpp	2017-11-15 00:12:09 UTC (rev 224859)
@@ -61,7 +61,7 @@
 {
     UNUSED_PARAM(imageSize);
 
-    ASSERT(context->hasPlatformContext());
+    ASSERT(context.hasPlatformContext());
     Cairo::drawNativeImage(*context.platformContext(), image, destRect, srcRect, compositeOperator, blendMode, orientation, context);
 }
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to