Title: [224854] trunk/Source/WebCore
Revision
224854
Author
mcatanz...@igalia.com
Date
2017-11-14 15:40:21 -0800 (Tue, 14 Nov 2017)

Log Message

Unreviewed, fix GTK/WPE debug builds 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 (224853 => 224854)


--- trunk/Source/WebCore/ChangeLog	2017-11-14 23:32:42 UTC (rev 224853)
+++ trunk/Source/WebCore/ChangeLog	2017-11-14 23:40:21 UTC (rev 224854)
@@ -1,3 +1,11 @@
+2017-11-14  Michael Catanzaro  <mcatanz...@igalia.com>
+
+        Unreviewed, fix GTK/WPE debug builds after r224813
+        https://bugs.webkit.org/show_bug.cgi?id=179660
+
+        * platform/graphics/cairo/NativeImageCairo.cpp:
+        (WebCore::drawNativeImage):
+
 2017-11-14  Youenn Fablet  <you...@apple.com>
 
         Implement ServiceWorker handle fetch for navigation loads

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


--- trunk/Source/WebCore/platform/graphics/cairo/NativeImageCairo.cpp	2017-11-14 23:32:42 UTC (rev 224853)
+++ trunk/Source/WebCore/platform/graphics/cairo/NativeImageCairo.cpp	2017-11-14 23:40:21 UTC (rev 224854)
@@ -61,7 +61,6 @@
 {
     UNUSED_PARAM(imageSize);
 
-    ASSERT(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