| 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 a5328c4c1f3c40a48f012e81b7bd3ded02ef1d1c..ee7487ae8db6fda63b9d6e8a604060497fca71c1 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| @@ -1017,7 +1017,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)
|
|
|