[canvaskit] Fix the build

Change-Id: Ia3b3fa1183d5654bcfeab0bfd24ca04b8f622eed
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/334166
Reviewed-by: Kevin Lubick <kjlubick@google.com>
This commit is contained in:
Kevin Lubick 2020-11-12 07:45:42 -05:00
parent 59bafeeaa7
commit 43f0a7d724

View File

@ -808,7 +808,7 @@ function CanvasRenderingContext2D(skcanvas) {
};
this.measureText = function(text) {
throw new Error('Clients wishing to properly measure text should use the Paragraph API').
throw new Error('Clients wishing to properly measure text should use the Paragraph API');
};
this.moveTo = function(x, y) {