| Index: Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.cpp b/Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.cpp
|
| index 693044c38239b1a9a1ea71f2a66405e9d1d657de..0c4eb99980e474a4d565f5bd1cc94dc84136806b 100644
|
| --- a/Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.cpp
|
| +++ b/Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.cpp
|
| @@ -20,20 +20,6 @@
|
|
|
| namespace blink {
|
|
|
| -static void initializeScriptWrappableForInterface(TestSpecialOperationsNotEnumerable* impl)
|
| -{
|
| - impl->setTypeInfo(&V8TestSpecialOperationsNotEnumerable::wrapperTypeInfo);
|
| -}
|
| -
|
| -} // namespace blink
|
| -
|
| -void webCoreInitializeScriptWrappableForInterface(blink::TestSpecialOperationsNotEnumerable* object)
|
| -{
|
| - blink::initializeScriptWrappableForInterface(object);
|
| -}
|
| -
|
| -namespace blink {
|
| -
|
| const WrapperTypeInfo V8TestSpecialOperationsNotEnumerable::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestSpecialOperationsNotEnumerable::domTemplate, V8TestSpecialOperationsNotEnumerable::refObject, V8TestSpecialOperationsNotEnumerable::derefObject, V8TestSpecialOperationsNotEnumerable::createPersistentHandle, 0, 0, 0, V8TestSpecialOperationsNotEnumerable::installConditionallyEnabledMethods, V8TestSpecialOperationsNotEnumerable::installConditionallyEnabledProperties, 0, WrapperTypeInfo::WrapperTypeObjectPrototype, WrapperTypeInfo::ObjectClassId, WrapperTypeInfo::Independent, WrapperTypeInfo::RefCountedObject };
|
|
|
| // This static member must be declared by DEFINE_WRAPPERTYPEINFO in TestSpecialOperationsNotEnumerable.h.
|
|
|