Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1518)

Unified Diff: third_party/WebKit/Source/bindings/core/v8/TraceWrapperV8Reference.h

Issue 2640963007: [wrapper-tracing] Remove flag and object grouping entry points (Closed)
Patch Set: Fix merge artifact Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}

Powered by Google App Engine
This is Rietveld 408576698