| Index: Source/bindings/tests/results/V8TestMediaQueryListListener.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestMediaQueryListListener.cpp b/Source/bindings/tests/results/V8TestMediaQueryListListener.cpp
|
| index 37247e1b489a8069357f37b571f484b0fbc9c4ae..0935fbb287667c2e7191188c8441a0ef5b1af93e 100644
|
| --- a/Source/bindings/tests/results/V8TestMediaQueryListListener.cpp
|
| +++ b/Source/bindings/tests/results/V8TestMediaQueryListListener.cpp
|
| @@ -56,7 +56,7 @@ void webCoreInitializeScriptWrappableForInterface(WebCore::TestMediaQueryListLis
|
| }
|
|
|
| namespace WebCore {
|
| -WrapperTypeInfo V8TestMediaQueryListListener::info = { V8TestMediaQueryListListener::GetTemplate, V8TestMediaQueryListListener::derefObject, 0, 0, 0, V8TestMediaQueryListListener::installPerContextPrototypeProperties, 0, WrapperTypeObjectPrototype };
|
| +WrapperTypeInfo V8TestMediaQueryListListener::info = { V8TestMediaQueryListListener::GetTemplate, V8TestMediaQueryListListener::derefObject, 0, 0, 0, V8TestMediaQueryListListener::installPerContextEnabledPrototypeProperties, 0, WrapperTypeObjectPrototype };
|
|
|
| namespace TestMediaQueryListListenerV8Internal {
|
|
|
| @@ -149,7 +149,7 @@ v8::Handle<v8::Object> V8TestMediaQueryListListener::createWrapper(PassRefPtr<Te
|
| if (UNLIKELY(wrapper.IsEmpty()))
|
| return wrapper;
|
|
|
| - installPerContextProperties(wrapper, impl.get(), isolate);
|
| + installPerContextEnabledProperties(wrapper, impl.get(), isolate);
|
| V8DOMWrapper::associateObjectWithWrapper<V8TestMediaQueryListListener>(impl, &info, wrapper, isolate, WrapperConfiguration::Independent);
|
| return wrapper;
|
| }
|
|
|