Title: [225710] trunk/Source/WebCore/html/OffscreenCanvas.cpp
Revision
225710
Author
d...@apple.com
Date
2017-12-08 15:11:12 -0800 (Fri, 08 Dec 2017)

Log Message

Attempted build fix.

Modified Paths


Diff

Modified: trunk/Source/WebCore/html/OffscreenCanvas.cpp (225709 => 225710)


--- trunk/Source/WebCore/html/OffscreenCanvas.cpp	2017-12-08 23:03:58 UTC (rev 225709)
+++ trunk/Source/WebCore/html/OffscreenCanvas.cpp	2017-12-08 23:11:12 UTC (rev 225710)
@@ -127,7 +127,7 @@
     gc3d->clear(GraphicsContext3D::COLOR_BUFFER_BIT | GraphicsContext3D::DEPTH_BUFFER_BIT | GraphicsContext3D::STENCIL_BUFFER_BIT);
     gc3d->clearColor(clearColor[0], clearColor[1], clearColor[2], clearColor[3]);
 
-    return imageBitmap;
+    return WTFMove(imageBitmap);
 }
 
 }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to