| Index: third_party/WebKit/Source/platform/graphics/Image.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/Image.h b/third_party/WebKit/Source/platform/graphics/Image.h
|
| index a6489aa613110fac76d62d4e70f733dc3f28c652..8065352f21f251ea9941705ea51a79d750d09264 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Image.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/Image.h
|
| @@ -224,8 +224,8 @@ class PLATFORM_EXPORT Image : public ThreadSafeRefCounted<Image> {
|
| };
|
|
|
| #define DEFINE_IMAGE_TYPE_CASTS(typeName) \
|
| - DEFINE_TYPE_CASTS(typeName, Image, image, image->is##typeName(), \
|
| - image.is##typeName())
|
| + DEFINE_TYPE_CASTS(typeName, Image, image, image->Is##typeName(), \
|
| + image.Is##typeName())
|
|
|
| } // namespace blink
|
|
|
|
|