Index: Source/bindings/tests/results/V8TestMediaQueryListListener.cpp |
diff --git a/Source/bindings/tests/results/V8TestMediaQueryListListener.cpp b/Source/bindings/tests/results/V8TestMediaQueryListListener.cpp |
index 50620179d7bcf12ff477197fd9a01d533158fc11..a7739e6499b79105822fd762d092a9989849e265 100644 |
--- a/Source/bindings/tests/results/V8TestMediaQueryListListener.cpp |
+++ b/Source/bindings/tests/results/V8TestMediaQueryListListener.cpp |
@@ -89,7 +89,7 @@ static v8::Handle<v8::Value> methodMethodCallback(const v8::Arguments& args) |
} // namespace TestMediaQueryListListenerV8Internal |
static const V8DOMConfiguration::BatchedMethod V8TestMediaQueryListListenerMethods[] = { |
- {"method", TestMediaQueryListListenerV8Internal::methodMethodCallback, 0}, |
+ {"method", TestMediaQueryListListenerV8Internal::methodMethodCallback, 0, 1}, |
}; |
static v8::Persistent<v8::FunctionTemplate> ConfigureV8TestMediaQueryListListenerTemplate(v8::Persistent<v8::FunctionTemplate> desc, v8::Isolate* isolate, WrapperWorldType currentWorldType) |