summaryrefslogtreecommitdiffstats
path: root/content/browser/frame_host/frame_tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/frame_host/frame_tree.h')
-rw-r--r--content/browser/frame_host/frame_tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/browser/frame_host/frame_tree.h b/content/browser/frame_host/frame_tree.h
index 3daf95a..9b1b29d 100644
--- a/content/browser/frame_host/frame_tree.h
+++ b/content/browser/frame_host/frame_tree.h
@@ -83,6 +83,7 @@ class CONTENT_EXPORT FrameTree {
class CONTENT_EXPORT ConstNodeIterator {
public:
+ ConstNodeIterator(const ConstNodeIterator& other);
~ConstNodeIterator();
ConstNodeIterator& operator++();