Index: third_party/WebKit/Source/core/fetch/Resource.cpp |
diff --git a/third_party/WebKit/Source/core/fetch/Resource.cpp b/third_party/WebKit/Source/core/fetch/Resource.cpp |
index 797293a9237202c027308a2c090d1bc15d54068d..f2c294f274a50304c36c1e9398df0ba7fdde1601 100644 |
--- a/third_party/WebKit/Source/core/fetch/Resource.cpp |
+++ b/third_party/WebKit/Source/core/fetch/Resource.cpp |
@@ -323,8 +323,6 @@ Resource::Resource(const ResourceRequest& request, |
m_responseTimestamp(currentTime()), |
m_cancelTimer(this, &Resource::cancelTimerFired), |
m_resourceRequest(request) { |
- // m_type is a bitfield, so this tests careless updates of the enum. |
- DCHECK_EQ(m_type, unsigned(type)); |
InstanceCounters::incrementCounter(InstanceCounters::ResourceCounter); |
// Currently we support the metadata caching only for HTTP family. |