| Index: third_party/WebKit/Source/platform/geometry/FloatRect.h
|
| diff --git a/third_party/WebKit/Source/platform/geometry/FloatRect.h b/third_party/WebKit/Source/platform/geometry/FloatRect.h
|
| index 00de1b831dfaf6a756e3d856e3f561079e676312..779193d5d861202d5ee1195f0b49daba764a1c97 100644
|
| --- a/third_party/WebKit/Source/platform/geometry/FloatRect.h
|
| +++ b/third_party/WebKit/Source/platform/geometry/FloatRect.h
|
| @@ -201,7 +201,7 @@ class PLATFORM_EXPORT FloatRect {
|
| }
|
| operator gfx::RectF() const;
|
|
|
| -#if ENABLE(ASSERT)
|
| +#if DCHECK_IS_ON()
|
| bool mayNotHaveExactIntRectRepresentation() const;
|
| #endif
|
|
|
|
|