| Index: Source/core/page/FrameTree.h
|
| diff --git a/Source/core/page/FrameTree.h b/Source/core/page/FrameTree.h
|
| index 563a74c0754dc256e6155d02a7ffacbff09210d1..94fc05b9df71546a45d9e743db49b482e7ad270c 100644
|
| --- a/Source/core/page/FrameTree.h
|
| +++ b/Source/core/page/FrameTree.h
|
| @@ -61,6 +61,7 @@ namespace WebCore {
|
| private:
|
| LocalFrame* deepLastChild() const;
|
| AtomicString uniqueChildName(const AtomicString& requestedName) const;
|
| + bool uniqueNameExists(const AtomicString& name) const;
|
| unsigned scopedChildCount(TreeScope*) const;
|
|
|
| LocalFrame* m_thisFrame;
|
|
|