| Index: Source/bindings/v8/custom/V8DataViewCustom.cpp
|
| diff --git a/Source/bindings/v8/custom/V8DataViewCustom.cpp b/Source/bindings/v8/custom/V8DataViewCustom.cpp
|
| index e07dfa5d8ad6d5fbf7ee50f27dc478b1cf6d8889..73efbd69ad459933165fafc82fb8519b626d4643 100644
|
| --- a/Source/bindings/v8/custom/V8DataViewCustom.cpp
|
| +++ b/Source/bindings/v8/custom/V8DataViewCustom.cpp
|
| @@ -35,7 +35,7 @@ namespace WebCore {
|
| static void initializeScriptWrappableForInterface(DataView* object)
|
| {
|
| if (ScriptWrappable::wrapperCanBeStoredInObject(object))
|
| - ScriptWrappable::setTypeInfoInObject(object, &V8DataView::info);
|
| + ScriptWrappable::setTypeInfoInObject(object, &V8DataView::wrapperTypeInfo);
|
| else
|
| ASSERT_NOT_REACHED();
|
| }
|
|
|