Index: Source/bindings/tests/results/V8TestObject.cpp |
diff --git a/Source/bindings/tests/results/V8TestObject.cpp b/Source/bindings/tests/results/V8TestObject.cpp |
index 0c23f1fbd2adbd621765845a91236742ae130346..cfa2e131e0b751496d2902c09416d695cfa113e0 100644 |
--- a/Source/bindings/tests/results/V8TestObject.cpp |
+++ b/Source/bindings/tests/results/V8TestObject.cpp |
@@ -48,7 +48,6 @@ |
#include "bindings/tests/v8/V8Window.h" |
#include "bindings/tests/v8/V8XPathNSResolver.h" |
#include "core/HTMLNames.h" |
-#include "core/css/MediaQueryListListener.h" |
#include "core/dom/ClassCollection.h" |
#include "core/dom/ContextFeatures.h" |
#include "core/dom/Document.h" |
@@ -6060,29 +6059,6 @@ static void voidMethodEventTargetArgMethodCallback(const v8::FunctionCallbackInf |
TRACE_EVENT_SET_SAMPLING_STATE("v8", "V8Execution"); |
} |
-static void voidMethodMediaQueryListListenerArgMethod(const v8::FunctionCallbackInfo<v8::Value>& info) |
-{ |
- if (UNLIKELY(info.Length() < 1)) { |
- throwMinimumArityTypeErrorForMethod("voidMethodMediaQueryListListenerArg", "TestObject", 1, info.Length(), info.GetIsolate()); |
- return; |
- } |
- TestObject* impl = V8TestObject::toNative(info.Holder()); |
- RefPtrWillBeRawPtr<MediaQueryListListener> mediaQueryListListenerArg; |
- { |
- v8::TryCatch block; |
- V8RethrowTryCatchScope rethrow(block); |
- TONATIVE_VOID_INTERNAL(mediaQueryListListenerArg, MediaQueryListListener::create(ScriptState::current(info.GetIsolate()), ScriptValue(ScriptState::current(info.GetIsolate()), info[0]))); |
- } |
- impl->voidMethodMediaQueryListListenerArg(mediaQueryListListenerArg); |
-} |
- |
-static void voidMethodMediaQueryListListenerArgMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) |
-{ |
- TRACE_EVENT_SET_SAMPLING_STATE("blink", "DOMMethod"); |
- TestObjectV8Internal::voidMethodMediaQueryListListenerArgMethod(info); |
- TRACE_EVENT_SET_SAMPLING_STATE("v8", "V8Execution"); |
-} |
- |
static void voidMethodAnyArgMethod(const v8::FunctionCallbackInfo<v8::Value>& info) |
{ |
if (UNLIKELY(info.Length() < 1)) { |
@@ -10655,7 +10631,6 @@ static const V8DOMConfiguration::MethodConfiguration V8TestObjectMethods[] = { |
{"anyMethod", TestObjectV8Internal::anyMethodMethodCallback, 0, 0}, |
{"voidMethodCompareHowArg", TestObjectV8Internal::voidMethodCompareHowArgMethodCallback, 0, 1}, |
{"voidMethodEventTargetArg", TestObjectV8Internal::voidMethodEventTargetArgMethodCallback, 0, 1}, |
- {"voidMethodMediaQueryListListenerArg", TestObjectV8Internal::voidMethodMediaQueryListListenerArgMethodCallback, 0, 1}, |
{"voidMethodAnyArg", TestObjectV8Internal::voidMethodAnyArgMethodCallback, 0, 1}, |
{"voidMethodAttrArg", TestObjectV8Internal::voidMethodAttrArgMethodCallback, 0, 1}, |
{"voidMethodDocumentArg", TestObjectV8Internal::voidMethodDocumentArgMethodCallback, 0, 1}, |