| Index: third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
|
| index ba9f02c4601f906c33c04cf771a1238ea6ef7a84..bcf5f54ea660cf42026a3fea66e81703fcc25428 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
|
| @@ -90,7 +90,7 @@ void WorkerGlobalScope::countDeprecation(UseCounter::Feature feature) const
|
| // (http://crbug.com/376039)
|
|
|
| DCHECK(isSharedWorkerGlobalScope() || isServiceWorkerGlobalScope() || isCompositorWorkerGlobalScope());
|
| - DCHECK(feature != UseCounter::PageDestruction);
|
| + DCHECK(feature != UseCounter::OBSOLETE_PageDestruction);
|
| DCHECK(feature < UseCounter::NumberOfFeatures);
|
|
|
| // For each deprecated feature, send console message at most once
|
|
|