| Index: third_party/WebKit/Source/core/fetch/FontResource.cpp
|
| diff --git a/third_party/WebKit/Source/core/fetch/FontResource.cpp b/third_party/WebKit/Source/core/fetch/FontResource.cpp
|
| index 7a463a6c0eb0304c6b864cec1a2fd47b63b59794..0009ada0d8a010accd20f72fe7b1de6c85e93144 100644
|
| --- a/third_party/WebKit/Source/core/fetch/FontResource.cpp
|
| +++ b/third_party/WebKit/Source/core/fetch/FontResource.cpp
|
| @@ -104,8 +104,6 @@
|
| // Don't load the file yet. Wait for an access before triggering the load.
|
| setLoading(true);
|
| m_options = options;
|
| - if (!m_revalidatingRequest.isNull())
|
| - m_state = Unloaded;
|
| }
|
|
|
| void FontResource::didAddClient(ResourceClient* c)
|
|
|