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

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

Issue 2671553003: Remove uses of VisitDOMWrapper (Closed)
Patch Set: Add DependentLifetime when removing Custom=VisitDOMWrapper Created 3 years, 10 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/DOMWrapperWorld.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorld.h b/third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorld.h
index 7fe13d7b6be7eff8e5d972530e2b0021366b2ecb..fdbaa431aa9c2ce9b513e25cc71a0e5f398814ad 100644
--- a/third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorld.h
+++ b/third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorld.h
@@ -70,10 +70,6 @@ class CORE_EXPORT DOMWrapperWorld : public RefCounted<DOMWrapperWorld> {
static void allWorldsInMainThread(Vector<RefPtr<DOMWrapperWorld>>& worlds);
static void markWrappersInAllWorlds(ScriptWrappable*,
const ScriptWrappableVisitor*);
- static void setWrapperReferencesInAllWorlds(
- const v8::Persistent<v8::Object>& parent,
- ScriptWrappable*,
- v8::Isolate*);
static DOMWrapperWorld& world(v8::Local<v8::Context> context) {
return ScriptState::from(context)->world();

Powered by Google App Engine
This is Rietveld 408576698