| Index: third_party/WebKit/Source/core/page/FrameTree.cpp
|
| diff --git a/third_party/WebKit/Source/core/page/FrameTree.cpp b/third_party/WebKit/Source/core/page/FrameTree.cpp
|
| index 4db0d9c1d2569e9e5fae68696404d65c07710036..984b154f12b331f9c922980cbe0f4035393d102a 100644
|
| --- a/third_party/WebKit/Source/core/page/FrameTree.cpp
|
| +++ b/third_party/WebKit/Source/core/page/FrameTree.cpp
|
| @@ -170,7 +170,7 @@ AtomicString FrameTree::calculateUniqueNameForChildFrame(
|
| StringBuilder uniqueName;
|
| uniqueName.append(framePathPrefix);
|
| if (frame) {
|
| - uniqueName.append(frame->tree().uniqueName().string().substring(framePathPrefixLength,
|
| + uniqueName.append(frame->tree().uniqueName().getString().substring(framePathPrefixLength,
|
| frame->tree().uniqueName().length() - framePathPrefixLength - framePathSuffixLength));
|
| }
|
| for (int i = chain.size() - 1; i >= 0; --i) {
|
|
|