| Index: third_party/WebKit/Source/core/frame/DOMWindow.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/DOMWindow.cpp b/third_party/WebKit/Source/core/frame/DOMWindow.cpp
|
| index bf9669f0d92d789fd55f16c309305d1cf147566f..b2c0e0244c8a6ae692b031aaf0b8829e7eb31b41 100644
|
| --- a/third_party/WebKit/Source/core/frame/DOMWindow.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/DOMWindow.cpp
|
| @@ -44,7 +44,7 @@ DOMWindow::~DOMWindow()
|
| v8::Local<v8::Object> DOMWindow::wrap(v8::Isolate*, v8::Local<v8::Object> creationContext)
|
| {
|
| // DOMWindow must never be wrapped with wrap method. The wrappers must be
|
| - // created at WindowProxy::installDOMWindow().
|
| + // created at WindowProxy::createContext() and setupWindowPrototypeChain().
|
| RELEASE_NOTREACHED();
|
| return v8::Local<v8::Object>();
|
| }
|
|
|