| Index: Source/bindings/core/v8/V8DOMWrapper.h
|
| diff --git a/Source/bindings/core/v8/V8DOMWrapper.h b/Source/bindings/core/v8/V8DOMWrapper.h
|
| index f442818795ef60d3a7cb9ba351016edccaabffc3..e7dc9c98c73bc87b917f4877847ba3722a0e07cb 100644
|
| --- a/Source/bindings/core/v8/V8DOMWrapper.h
|
| +++ b/Source/bindings/core/v8/V8DOMWrapper.h
|
| @@ -79,7 +79,7 @@ inline void V8DOMWrapper::setNativeInfo(v8::Handle<v8::Object> wrapper, const Wr
|
|
|
| inline void V8DOMWrapper::setNativeInfoForHiddenWrapper(v8::Handle<v8::Object> wrapper, const WrapperTypeInfo* wrapperTypeInfo, ScriptWrappableBase* internalPointer)
|
| {
|
| - // see V8WindowShell::installDOMWindow() comment for why this version is needed and safe.
|
| + // see WindowProxy::installDOMWindow() comment for why this version is needed and safe.
|
| ASSERT(wrapper->InternalFieldCount() >= 2);
|
| ASSERT(internalPointer);
|
| ASSERT(wrapperTypeInfo);
|
|
|