| Index: Source/platform/graphics/GraphicsContext.cpp
 | 
| diff --git a/Source/platform/graphics/GraphicsContext.cpp b/Source/platform/graphics/GraphicsContext.cpp
 | 
| index f97add09005f8a6037fd2564bf03bbf1ea5b84ed..8a40f162caa8dcb39673024a14879f9446dbcb3a 100644
 | 
| --- a/Source/platform/graphics/GraphicsContext.cpp
 | 
| +++ b/Source/platform/graphics/GraphicsContext.cpp
 | 
| @@ -250,6 +250,7 @@ void GraphicsContext::setStrokePattern(PassRefPtr<Pattern> pattern)
 | 
|          setStrokeColor(Color::black);
 | 
|          return;
 | 
|      }
 | 
| +
 | 
|      mutableState()->setStrokePattern(pattern);
 | 
|  }
 | 
|  
 | 
| 
 |