| 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 a02e3cc70b21c70290d911d236fb7b061dc26b05..ffa8170d3147124f05146baf11dd468b625720ba 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>();
|
| }
|
|
|