Index: Source/bindings/tests/results/V8TestCustomNamedGetter.cpp |
diff --git a/Source/bindings/tests/results/V8TestCustomNamedGetter.cpp b/Source/bindings/tests/results/V8TestCustomNamedGetter.cpp |
index e99eda650a7b75338e004d53b057bcf6f4461eba..7a147b737a0922862d6467a2131c574a3c12d32e 100644 |
--- a/Source/bindings/tests/results/V8TestCustomNamedGetter.cpp |
+++ b/Source/bindings/tests/results/V8TestCustomNamedGetter.cpp |
@@ -88,7 +88,7 @@ static v8::Handle<v8::Value> anotherFunctionMethodCallback(const v8::Arguments& |
} // namespace TestCustomNamedGetterV8Internal |
static const V8DOMConfiguration::BatchedMethod V8TestCustomNamedGetterMethods[] = { |
- {"anotherFunction", TestCustomNamedGetterV8Internal::anotherFunctionMethodCallback, 0}, |
+ {"anotherFunction", TestCustomNamedGetterV8Internal::anotherFunctionMethodCallback, 0, 1}, |
}; |
static v8::Persistent<v8::FunctionTemplate> ConfigureV8TestCustomNamedGetterTemplate(v8::Persistent<v8::FunctionTemplate> desc, v8::Isolate* isolate, WrapperWorldType currentWorldType) |