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

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

Issue 2906613002: [Bindings] Export constructorCallback functions in generated code (Closed)
Patch Set: remove an empty line Created 3 years, 7 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/V8TestInterfaceCustomConstructor.h
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.h
index aa4fec1d9b796f6f862aa80711b53c35e1dd16f5..00246c4a30098c1cd23a99879571e1be41033e89 100644
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.h
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.h
@@ -42,11 +42,11 @@ class V8TestInterfaceCustomConstructor {
static void TraceWrappers(WrapperVisitor* visitor, ScriptWrappable* scriptWrappable) {
visitor->TraceWrappers(scriptWrappable->ToImpl<TestInterfaceCustomConstructor>());
}
- static void constructorCallback(const v8::FunctionCallbackInfo<v8::Value>&);
static void constructorCustom(const v8::FunctionCallbackInfo<v8::Value>&);
static const int internalFieldCount = kV8DefaultWrapperInternalFieldCount + 0;
// Callback functions
+ CORE_EXPORT static void constructorCallback(const v8::FunctionCallbackInfo<v8::Value>&);
};
template <>

Powered by Google App Engine
This is Rietveld 408576698