| Index: Source/web/WebFontImpl.cpp
|
| diff --git a/Source/web/WebFontImpl.cpp b/Source/web/WebFontImpl.cpp
|
| index 7f2e1027693a8804ab6857933c779f5947c3ed07..6411355fe47dc1591c2a559bf9a12d0d873ccac9 100644
|
| --- a/Source/web/WebFontImpl.cpp
|
| +++ b/Source/web/WebFontImpl.cpp
|
| @@ -101,6 +101,7 @@ void WebFontImpl::drawText(WebCanvas* canvas, const WebTextRun& run, const WebFl
|
|
|
| {
|
| DrawingRecorder drawingRecorder(*context, *this, DisplayItem::WebFont, intRect);
|
| + ASSERT(!drawingRecorder.canUseCachedDrawing());
|
| context->save();
|
| context->setFillColor(color);
|
| context->clip(textClipRect);
|
|
|