NonConstIterator 186 Source/wtf/Deque.h DequeConstIterator(const NonConstIterator& other) : Base(other) { } NonConstIterator 188 Source/wtf/Deque.h DequeConstIterator& operator=(const NonConstIterator& other) { Base::assign(other); return *this; }