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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.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/V8PerIsolateData.cpp
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.cpp b/third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.cpp
index bc5c9777d2811d89b4b8efe2d050b741650d9d42..0b0bdd5263bcd4d5f8e61fef527d259fb20a2e67 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.cpp
@@ -391,7 +391,7 @@ ThreadDebugger* V8PerIsolateData::threadDebugger() {
}
void V8PerIsolateData::addActiveScriptWrappable(
- ActiveScriptWrappable* wrappable) {
+ ActiveScriptWrappableBase* wrappable) {
if (!m_activeScriptWrappables)
m_activeScriptWrappables = new ActiveScriptWrappableSet();

Powered by Google App Engine
This is Rietveld 408576698