Title: [224855] trunk/Source/WebCore
Revision
224855
Author
[email protected]
Date
2017-11-14 15:42:47 -0800 (Tue, 14 Nov 2017)

Log Message

Unreviewed, fix GTK/WPE debug builds even better after r224813
https://bugs.webkit.org/show_bug.cgi?id=179660

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

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (224854 => 224855)


--- trunk/Source/WebCore/ChangeLog	2017-11-14 23:40:21 UTC (rev 224854)
+++ trunk/Source/WebCore/ChangeLog	2017-11-14 23:42:47 UTC (rev 224855)
@@ -1,5 +1,13 @@
 2017-11-14  Michael Catanzaro  <[email protected]>
 
+        Unreviewed, fix GTK/WPE debug builds even better after r224813
+        https://bugs.webkit.org/show_bug.cgi?id=179660
+
+        * platform/graphics/cairo/NativeImageCairo.cpp:
+        (WebCore::drawNativeImage):
+
+2017-11-14  Michael Catanzaro  <[email protected]>
+
         Unreviewed, fix GTK/WPE debug builds after r224813
         https://bugs.webkit.org/show_bug.cgi?id=179660
 

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


--- trunk/Source/WebCore/platform/graphics/cairo/NativeImageCairo.cpp	2017-11-14 23:40:21 UTC (rev 224854)
+++ trunk/Source/WebCore/platform/graphics/cairo/NativeImageCairo.cpp	2017-11-14 23:42:47 UTC (rev 224855)
@@ -61,6 +61,7 @@
 {
     UNUSED_PARAM(imageSize);
 
+    ASSERT(context->hasPlatformContext());
     Cairo::drawNativeImage(*context.platformContext(), image, destRect, srcRect, compositeOperator, blendMode, orientation, context);
 }
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to