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

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

Issue 2475733002: [wrapper-tracing] Remove uses of EmbedderReachableReferenceReporter (Closed)
Patch Set: Remove more dead code Created 4 years, 1 month 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/DOMWrapperMap.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/bindings/core/v8/DOMDataStore.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/DOMDataStore.h b/third_party/WebKit/Source/bindings/core/v8/DOMDataStore.h
index 6a0214c547b5724cb2f369f0cb96e9dc5ab9d9ed..117fe1e96314c266fc20b56086c69d97fdfea0c7 100644
--- a/third_party/WebKit/Source/bindings/core/v8/DOMDataStore.h
+++ b/third_party/WebKit/Source/bindings/core/v8/DOMDataStore.h
@@ -167,9 +167,8 @@ class DOMDataStore {
return m_wrapperMap->newLocal(isolate, object);
}
- void markWrapper(v8::EmbedderReachableReferenceReporter* reporter,
- ScriptWrappable* scriptWrappable) {
- m_wrapperMap->markWrapper(reporter, scriptWrappable);
+ void markWrapper(ScriptWrappable* scriptWrappable) {
+ m_wrapperMap->markWrapper(scriptWrappable);
}
void setReference(const v8::Persistent<v8::Object>& parent,
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/DOMWrapperMap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698