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(); |