| Index: third_party/WebKit/Source/bindings/core/v8/TraceWrapperV8Reference.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/TraceWrapperV8Reference.h b/third_party/WebKit/Source/bindings/core/v8/TraceWrapperV8Reference.h
|
| index 9ba5a94dd90f51cb06b5ecd1bbf8cc70fd9113f6..2682234139eb4419da69eee544aa5de26bec1748 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/TraceWrapperV8Reference.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/TraceWrapperV8Reference.h
|
| @@ -56,7 +56,6 @@ class TraceWrapperV8Reference {
|
|
|
| void setReference(const v8::Persistent<v8::Object>& parent,
|
| v8::Isolate* isolate) {
|
| - DCHECK(!RuntimeEnabledFeatures::traceWrappablesEnabled());
|
| isolate->SetReference(parent, m_handle);
|
| }
|
|
|
|
|