| Index: Source/web/WebBindings.cpp
|
| diff --git a/Source/web/WebBindings.cpp b/Source/web/WebBindings.cpp
|
| index e7bd4948c905831bc5c90f9e50331c84799aba8f..f5b6b53555c71924cd4c384de2fdc6fe5f246d55 100644
|
| --- a/Source/web/WebBindings.cpp
|
| +++ b/Source/web/WebBindings.cpp
|
| @@ -216,7 +216,7 @@ static bool getRangeImpl(NPObject* object, WebRange* webRange, v8::Isolate* isol
|
| v8::Handle<v8::Object> v8Object = v8::Local<v8::Object>::New(isolate, v8NPObject->v8Object);
|
| if (v8Object.IsEmpty())
|
| return false;
|
| - if (!V8Range::info.equals(toWrapperTypeInfo(v8Object)))
|
| + if (!V8Range::wrapperTypeInfo.equals(toWrapperTypeInfo(v8Object)))
|
| return false;
|
|
|
| Range* native = V8Range::HasInstanceInAnyWorld(v8Object, isolate) ? V8Range::toNative(v8Object) : 0;
|
|
|