| Index: Source/core/rendering/FastTextAutosizer.h
|
| diff --git a/Source/core/rendering/FastTextAutosizer.h b/Source/core/rendering/FastTextAutosizer.h
|
| index 512f32a9612c1bc083036ff7a61397dc75a06cb0..ec97720ae629d8931d0d88f882f9b067a8559ea7 100644
|
| --- a/Source/core/rendering/FastTextAutosizer.h
|
| +++ b/Source/core/rendering/FastTextAutosizer.h
|
| @@ -177,6 +177,9 @@ private:
|
|
|
| FingerprintMap m_fingerprints;
|
| ReverseFingerprintMap m_blocksForFingerprint;
|
| +#ifndef NDEBUG
|
| + bool mapsAreConsistent();
|
| +#endif
|
| };
|
|
|
| explicit FastTextAutosizer(const Document*);
|
|
|