| Index: third_party/WebKit/Source/core/css/FontFace.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/FontFace.cpp b/third_party/WebKit/Source/core/css/FontFace.cpp
|
| index 11a1c2a6f9ed5d1f3342abfad4e09bb9532d3c73..3c49e503f5fe142314b280f1ab76e4e95eafd2ff 100644
|
| --- a/third_party/WebKit/Source/core/css/FontFace.cpp
|
| +++ b/third_party/WebKit/Source/core/css/FontFace.cpp
|
| @@ -327,7 +327,7 @@ String FontFace::status() const
|
| return emptyString();
|
| }
|
|
|
| -void FontFace::setLoadStatus(LoadStatus status)
|
| +void FontFace::setLoadStatus(LoadStatusType status)
|
| {
|
| m_status = status;
|
| ASSERT(m_status != Error || m_error);
|
|
|