| Index: Source/bindings/tests/results/V8TestMediaQueryListListener.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestMediaQueryListListener.cpp b/Source/bindings/tests/results/V8TestMediaQueryListListener.cpp
|
| index a968611c918251ed4fab95c341b487dd0f7eebf7..c3a06e87ffea5f61f52e3b883eed24bd22b32363 100644
|
| --- a/Source/bindings/tests/results/V8TestMediaQueryListListener.cpp
|
| +++ b/Source/bindings/tests/results/V8TestMediaQueryListListener.cpp
|
| @@ -27,6 +27,7 @@
|
| #include "Frame.h"
|
| #include "MediaQueryListListener.h"
|
| #include "RuntimeEnabledFeatures.h"
|
| +#include "ScriptController.h"
|
| #include "V8Binding.h"
|
| #include "V8DOMWrapper.h"
|
| #include <wtf/UnusedParam.h>
|
| @@ -89,7 +90,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)
|
|
|