| Index: third_party/WebKit/Source/core/loader/resource/CSSStyleSheetResource.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/resource/CSSStyleSheetResource.cpp b/third_party/WebKit/Source/core/loader/resource/CSSStyleSheetResource.cpp
|
| index d40e5f10c3daccc8e1e00b8239b68a76f6644b7b..63df50ad0c2f0287825a9f6ef34ce8d652a14d2e 100644
|
| --- a/third_party/WebKit/Source/core/loader/resource/CSSStyleSheetResource.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/resource/CSSStyleSheetResource.cpp
|
| @@ -114,7 +114,7 @@ const String CSSStyleSheetResource::sheetText(
|
| if (!m_decodedSheetText.isNull()) {
|
| // We should have the decoded sheet text cached when the resource is fully
|
| // loaded.
|
| - DCHECK_EQ(getStatus(), Resource::Cached);
|
| + DCHECK_EQ(getStatus(), ResourceStatus::Cached);
|
|
|
| return m_decodedSheetText;
|
| }
|
|
|