| Index: Source/bindings/tests/results/V8TestMediaQueryListListener.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestMediaQueryListListener.cpp b/Source/bindings/tests/results/V8TestMediaQueryListListener.cpp
|
| index 86c0bdd47ab08560a3741ed130414074b1c85e87..00bb2bf5299283ca8715c92f6e7c5af16eb146ee 100644
|
| --- a/Source/bindings/tests/results/V8TestMediaQueryListListener.cpp
|
| +++ b/Source/bindings/tests/results/V8TestMediaQueryListListener.cpp
|
| @@ -71,7 +71,6 @@ static void methodMethod(const v8::FunctionCallbackInfo<v8::Value>& args)
|
| TestMediaQueryListListener* imp = V8TestMediaQueryListListener::toNative(args.Holder());
|
| V8TRYCATCH_VOID(RefPtr<MediaQueryListListener>, listener, MediaQueryListListener::create(ScriptValue(args[0], args.GetIsolate())));
|
| imp->method(listener);
|
| -
|
| return;
|
| }
|
|
|
|
|