| Index: third_party/WebKit/Source/core/css/FontFaceCache.h
|
| diff --git a/third_party/WebKit/Source/core/css/FontFaceCache.h b/third_party/WebKit/Source/core/css/FontFaceCache.h
|
| index 0ff19534749b19c876a50fff611eb8f87037900f..ab0b07bdc4d047dd88d859e9d6d71c72585eb62a 100644
|
| --- a/third_party/WebKit/Source/core/css/FontFaceCache.h
|
| +++ b/third_party/WebKit/Source/core/css/FontFaceCache.h
|
| @@ -65,7 +65,7 @@ class FontFaceCache final {
|
| }
|
|
|
| unsigned version() const { return m_version; }
|
| - void incrementVersion() { ++m_version; }
|
| + void incrementVersion();
|
|
|
| DECLARE_TRACE();
|
|
|
|
|