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