Index: Source/bindings/core/v8/V8DOMWrapper.h |
diff --git a/Source/bindings/core/v8/V8DOMWrapper.h b/Source/bindings/core/v8/V8DOMWrapper.h |
index b5c6cc97ebea2f0dcc69caa85d480c882595bebf..2490127e47436dbd84e3bc4663bdf3827f3ab93e 100644 |
--- a/Source/bindings/core/v8/V8DOMWrapper.h |
+++ b/Source/bindings/core/v8/V8DOMWrapper.h |
@@ -78,7 +78,7 @@ inline void V8DOMWrapper::setNativeInfo(v8::Handle<v8::Object> wrapper, const Wr |
inline void V8DOMWrapper::setNativeInfoForHiddenWrapper(v8::Handle<v8::Object> wrapper, const WrapperTypeInfo* wrapperTypeInfo, void* object) |
{ |
- // 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(object); |
ASSERT(wrapperTypeInfo); |