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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/ScriptWrappableVisitor.cpp

Issue 2577053002: ActiveScriptWrappable: GC wrappers in detached ExecutionContexts. (Closed)
Patch Set: component build fix(msvc) Created 4 years 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/ScriptWrappableVisitor.cpp
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptWrappableVisitor.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptWrappableVisitor.cpp
index c4204daa12dbf21b2cb1cfb7a091cf6087829c58..25ae942719ebeed3fb1296ff937731fcd802c129 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptWrappableVisitor.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptWrappableVisitor.cpp
@@ -45,7 +45,7 @@ void ScriptWrappableVisitor::TracePrologue() {
void ScriptWrappableVisitor::EnterFinalPause() {
CHECK(ThreadState::current());
CHECK(!ThreadState::current()->isWrapperTracingForbidden());
- ActiveScriptWrappable::traceActiveScriptWrappables(m_isolate, this);
+ ActiveScriptWrappableBase::traceActiveScriptWrappables(m_isolate, this);
}
void ScriptWrappableVisitor::TraceEpilogue() {

Powered by Google App Engine
This is Rietveld 408576698