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

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

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/custom/V8PromiseRejectionEventCustom.cpp
diff --git a/third_party/WebKit/Source/bindings/core/v8/custom/V8PromiseRejectionEventCustom.cpp b/third_party/WebKit/Source/bindings/core/v8/custom/V8PromiseRejectionEventCustom.cpp
index ba4967b28f0a7d5f2c60a5a62c2bc624b25195a3..ebc9dd0ff3a7dff4f5cadc27358bf0e2d3ed96a6 100644
--- a/third_party/WebKit/Source/bindings/core/v8/custom/V8PromiseRejectionEventCustom.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/custom/V8PromiseRejectionEventCustom.cpp
@@ -25,13 +25,4 @@ void V8PromiseRejectionEvent::promiseAttributeGetterCustom(
v8SetReturnValue(info, promise.v8Value());
}
-void V8PromiseRejectionEvent::visitDOMWrapperCustom(
- v8::Isolate* isolate,
- ScriptWrappable* scriptWrappable,
- const v8::Persistent<v8::Object>& wrapper) {
- PromiseRejectionEvent* event =
- scriptWrappable->toImpl<PromiseRejectionEvent>();
- event->setWrapperReference(isolate, wrapper);
-}
-
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698