| Index: Source/core/platform/graphics/ImageSource.h
|
| diff --git a/Source/core/platform/graphics/ImageSource.h b/Source/core/platform/graphics/ImageSource.h
|
| index 8ff82d1d6a9712174a07ff20b63a6188d72f5fb4..2a78d71e70c8c5a5af45be8170a12f780b00be99 100644
|
| --- a/Source/core/platform/graphics/ImageSource.h
|
| +++ b/Source/core/platform/graphics/ImageSource.h
|
| @@ -76,7 +76,7 @@ public:
|
| ~ImageSource();
|
|
|
| // Tells the ImageSource that the Image no longer cares about decoded frame
|
| - // data except for the specified frame. Callers may pass WTF::notFound to
|
| + // data except for the specified frame. Callers may pass WTF::kNotFound to
|
| // clear all frames.
|
| //
|
| // In response, the ImageSource should delete cached decoded data for other
|
|
|