| Index: third_party/WebKit/Source/core/html/canvas/CanvasImageSource.h
|
| diff --git a/third_party/WebKit/Source/core/html/canvas/CanvasImageSource.h b/third_party/WebKit/Source/core/html/canvas/CanvasImageSource.h
|
| index f56132f4bc9ef1bda25c50afe340994d914fe768..d31e209aba8265c79970fe9bdf136c361ad8e69b 100644
|
| --- a/third_party/WebKit/Source/core/html/canvas/CanvasImageSource.h
|
| +++ b/third_party/WebKit/Source/core/html/canvas/CanvasImageSource.h
|
| @@ -44,7 +44,7 @@ enum SourceImageStatus {
|
| kUndecodableSourceImageStatus, // Image element with a 'broken' image
|
| kZeroSizeCanvasSourceImageStatus, // Source is a canvas with width or heigh
|
| // of zero
|
| - kIncompleteSourceImageStatus, // Image element with no source media
|
| + kIncompleteSourceImageStatus, // Image element with no source media
|
| kInvalidSourceImageStatus,
|
| };
|
|
|
|
|