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

Unified Diff: third_party/WebKit/Source/bindings/tests/results/core/V8DataView.h

Issue 2653153003: Emit trace(Visitor*) rather than a templated trace(). (Closed)
Patch Set: Created 3 years, 11 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/tests/results/core/V8DataView.h
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8DataView.h b/third_party/WebKit/Source/bindings/tests/results/core/V8DataView.h
index f3b80b93b97432d07656c7f4990d7107f9f53526..2370279681a4ada980204982a0383ca98c7100eb 100644
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8DataView.h
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8DataView.h
@@ -31,8 +31,7 @@ class V8DataView {
CORE_EXPORT static TestDataView* toImpl(v8::Local<v8::Object> object);
CORE_EXPORT static TestDataView* toImplWithTypeCheck(v8::Isolate*, v8::Local<v8::Value>);
CORE_EXPORT static const WrapperTypeInfo wrapperTypeInfo;
- template<typename VisitorDispatcher>
- static void trace(VisitorDispatcher visitor, ScriptWrappable* scriptWrappable) {
+ static void trace(Visitor* visitor, ScriptWrappable* scriptWrappable) {
visitor->trace(scriptWrappable->toImpl<TestDataView>());
}
static void traceWrappers(WrapperVisitor* visitor, ScriptWrappable* scriptWrappable) {

Powered by Google App Engine
This is Rietveld 408576698