| Index: third_party/WebKit/Source/core/editing/EphemeralRange.h
|
| diff --git a/third_party/WebKit/Source/core/editing/EphemeralRange.h b/third_party/WebKit/Source/core/editing/EphemeralRange.h
|
| index ad357fb8c0dab2b2d6cd56444600133e83fae8d7..5512100955b9ffc4b3645580a3fe62002ab97e87 100644
|
| --- a/third_party/WebKit/Source/core/editing/EphemeralRange.h
|
| +++ b/third_party/WebKit/Source/core/editing/EphemeralRange.h
|
| @@ -80,7 +80,7 @@ private:
|
|
|
| PositionTemplate<Strategy> m_startPosition;
|
| PositionTemplate<Strategy> m_endPosition;
|
| -#if ENABLE(ASSERT)
|
| +#if DCHECK_IS_ON()
|
| uint64_t m_domTreeVersion;
|
| #endif
|
| };
|
|
|