| Index: Source/bindings/tests/results/V8TestCheckSecurityInterface.h | 
| diff --git a/Source/bindings/tests/results/V8TestMediaQueryListListener.h b/Source/bindings/tests/results/V8TestCheckSecurityInterface.h | 
| similarity index 71% | 
| copy from Source/bindings/tests/results/V8TestMediaQueryListListener.h | 
| copy to Source/bindings/tests/results/V8TestCheckSecurityInterface.h | 
| index 0a8d9453ddc445ec9a95ce47120aea0ed97d4e39..777c60e0a7ec85d6f702c4572ad5b8ab20bdab1e 100644 | 
| --- a/Source/bindings/tests/results/V8TestMediaQueryListListener.h | 
| +++ b/Source/bindings/tests/results/V8TestCheckSecurityInterface.h | 
| @@ -30,131 +30,131 @@ | 
|  | 
| // This file has been auto-generated by code_generator_v8.pm. DO NOT MODIFY! | 
|  | 
| -#ifndef V8TestMediaQueryListListener_h | 
| -#define V8TestMediaQueryListListener_h | 
| +#ifndef V8TestCheckSecurityInterface_h | 
| +#define V8TestCheckSecurityInterface_h | 
|  | 
| -#include "bindings/tests/idls/TestMediaQueryListListener.h" | 
| +#include "bindings/tests/idls/TestCheckSecurityInterface.h" | 
| #include "bindings/v8/V8Binding.h" | 
| #include "bindings/v8/V8DOMWrapper.h" | 
| #include "bindings/v8/WrapperTypeInfo.h" | 
|  | 
| namespace WebCore { | 
|  | 
| -class V8TestMediaQueryListListener { | 
| +class V8TestCheckSecurityInterface { | 
| public: | 
| static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*, WrapperWorldType); | 
| static bool hasInstanceInAnyWorld(v8::Handle<v8::Value>, v8::Isolate*); | 
| static v8::Handle<v8::FunctionTemplate> GetTemplate(v8::Isolate*, WrapperWorldType); | 
| -    static TestMediaQueryListListener* toNative(v8::Handle<v8::Object> object) | 
| +    static TestCheckSecurityInterface* toNative(v8::Handle<v8::Object> object) | 
| { | 
| return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)); | 
| } | 
| static void derefObject(void*); | 
| static const WrapperTypeInfo wrapperTypeInfo; | 
| static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0; | 
| -    static inline void* toInternalPointer(TestMediaQueryListListener* impl) | 
| +    static inline void* toInternalPointer(TestCheckSecurityInterface* impl) | 
| { | 
| return impl; | 
| } | 
|  | 
| -    static inline TestMediaQueryListListener* fromInternalPointer(void* object) | 
| +    static inline TestCheckSecurityInterface* fromInternalPointer(void* object) | 
| { | 
| -        return static_cast<TestMediaQueryListListener*>(object); | 
| +        return static_cast<TestCheckSecurityInterface*>(object); | 
| } | 
| -    static void installPerContextEnabledProperties(v8::Handle<v8::Object>, TestMediaQueryListListener*, v8::Isolate*) { } | 
| +    static void installPerContextEnabledProperties(v8::Handle<v8::Object>, TestCheckSecurityInterface*, v8::Isolate*) { } | 
| static void installPerContextEnabledMethods(v8::Handle<v8::Object>, v8::Isolate*) { } | 
|  | 
| private: | 
| -    friend v8::Handle<v8::Object> wrap(TestMediaQueryListListener*, v8::Handle<v8::Object> creationContext, v8::Isolate*); | 
| -    static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestMediaQueryListListener>, v8::Handle<v8::Object> creationContext, v8::Isolate*); | 
| +    friend v8::Handle<v8::Object> wrap(TestCheckSecurityInterface*, v8::Handle<v8::Object> creationContext, v8::Isolate*); | 
| +    static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestCheckSecurityInterface>, v8::Handle<v8::Object> creationContext, v8::Isolate*); | 
| }; | 
|  | 
| template<> | 
| -class WrapperTypeTraits<TestMediaQueryListListener > { | 
| +class WrapperTypeTraits<TestCheckSecurityInterface > { | 
| public: | 
| -    static const WrapperTypeInfo* wrapperTypeInfo() { return &V8TestMediaQueryListListener::wrapperTypeInfo; } | 
| +    static const WrapperTypeInfo* wrapperTypeInfo() { return &V8TestCheckSecurityInterface::wrapperTypeInfo; } | 
| }; | 
|  | 
| -inline v8::Handle<v8::Object> wrap(TestMediaQueryListListener* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) | 
| +inline v8::Handle<v8::Object> wrap(TestCheckSecurityInterface* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) | 
| { | 
| ASSERT(impl); | 
| -    ASSERT(!DOMDataStore::containsWrapper<V8TestMediaQueryListListener>(impl, isolate)); | 
| -    return V8TestMediaQueryListListener::createWrapper(impl, creationContext, isolate); | 
| +    ASSERT(!DOMDataStore::containsWrapper<V8TestCheckSecurityInterface>(impl, isolate)); | 
| +    return V8TestCheckSecurityInterface::createWrapper(impl, creationContext, isolate); | 
| } | 
|  | 
| -inline v8::Handle<v8::Value> toV8(TestMediaQueryListListener* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) | 
| +inline v8::Handle<v8::Value> toV8(TestCheckSecurityInterface* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) | 
| { | 
| if (UNLIKELY(!impl)) | 
| return v8NullWithCheck(isolate); | 
| -    v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestMediaQueryListListener>(impl, isolate); | 
| +    v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestCheckSecurityInterface>(impl, isolate); | 
| if (!wrapper.IsEmpty()) | 
| return wrapper; | 
| return wrap(impl, creationContext, isolate); | 
| } | 
|  | 
| template<typename CallbackInfo> | 
| -inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestMediaQueryListListener* impl) | 
| +inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestCheckSecurityInterface* impl) | 
| { | 
| if (UNLIKELY(!impl)) { | 
| v8SetReturnValueNull(callbackInfo); | 
| return; | 
| } | 
| -    if (DOMDataStore::setReturnValueFromWrapper<V8TestMediaQueryListListener>(callbackInfo.GetReturnValue(), impl)) | 
| +    if (DOMDataStore::setReturnValueFromWrapper<V8TestCheckSecurityInterface>(callbackInfo.GetReturnValue(), impl)) | 
| return; | 
| v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()); | 
| v8SetReturnValue(callbackInfo, wrapper); | 
| } | 
|  | 
| template<typename CallbackInfo> | 
| -inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestMediaQueryListListener* impl) | 
| +inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestCheckSecurityInterface* impl) | 
| { | 
| ASSERT(worldType(callbackInfo.GetIsolate()) == MainWorld); | 
| if (UNLIKELY(!impl)) { | 
| v8SetReturnValueNull(callbackInfo); | 
| return; | 
| } | 
| -    if (DOMDataStore::setReturnValueFromWrapperForMainWorld<V8TestMediaQueryListListener>(callbackInfo.GetReturnValue(), impl)) | 
| +    if (DOMDataStore::setReturnValueFromWrapperForMainWorld<V8TestCheckSecurityInterface>(callbackInfo.GetReturnValue(), impl)) | 
| return; | 
| v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()); | 
| v8SetReturnValue(callbackInfo, wrapper); | 
| } | 
|  | 
| template<class CallbackInfo, class Wrappable> | 
| -inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestMediaQueryListListener* impl, Wrappable* wrappable) | 
| +inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestCheckSecurityInterface* impl, Wrappable* wrappable) | 
| { | 
| if (UNLIKELY(!impl)) { | 
| v8SetReturnValueNull(callbackInfo); | 
| return; | 
| } | 
| -    if (DOMDataStore::setReturnValueFromWrapperFast<V8TestMediaQueryListListener>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable)) | 
| +    if (DOMDataStore::setReturnValueFromWrapperFast<V8TestCheckSecurityInterface>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable)) | 
| return; | 
| v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()); | 
| v8SetReturnValue(callbackInfo, wrapper); | 
| } | 
|  | 
| -inline v8::Handle<v8::Value> toV8(PassRefPtr<TestMediaQueryListListener > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) | 
| +inline v8::Handle<v8::Value> toV8(PassRefPtr<TestCheckSecurityInterface > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) | 
| { | 
| return toV8(impl.get(), creationContext, isolate); | 
| } | 
|  | 
| template<class CallbackInfo> | 
| -inline void v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestMediaQueryListListener > impl) | 
| +inline void v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestCheckSecurityInterface > impl) | 
| { | 
| v8SetReturnValue(callbackInfo, impl.get()); | 
| } | 
|  | 
| template<class CallbackInfo> | 
| -inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestMediaQueryListListener > impl) | 
| +inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestCheckSecurityInterface > impl) | 
| { | 
| v8SetReturnValueForMainWorld(callbackInfo, impl.get()); | 
| } | 
|  | 
| template<class CallbackInfo, class Wrappable> | 
| -inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestMediaQueryListListener > impl, Wrappable* wrappable) | 
| +inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestCheckSecurityInterface > impl, Wrappable* wrappable) | 
| { | 
| v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); | 
| } | 
|  | 
| } | 
|  | 
| -#endif // V8TestMediaQueryListListener_h | 
| +#endif // V8TestCheckSecurityInterface_h | 
|  |