| Index: third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp b/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| index 4bfc858737148965b269d08f597bc18aed61a566..ffff28249402ee90beb886fe4e24855e500d5a05 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| @@ -1007,7 +1007,7 @@ void LocalDOMWindow::setName(const AtomicString& name)
|
|
|
| frame()->tree().setName(name);
|
| ASSERT(frame()->loader().client());
|
| - frame()->loader().client()->didChangeName(name);
|
| + frame()->loader().client()->didChangeName(name, frame()->tree().uniqueName());
|
| }
|
|
|
| void LocalDOMWindow::setStatus(const String& string)
|
|
|