Index: ui/aura/window.cc |
diff --git a/ui/aura/window.cc b/ui/aura/window.cc |
index a6c3226f45035eb94119bb3fe3b7c0ab59c01838..33cf5b06750b86d5e2f34a480b246db74d3a7513 100644 |
--- a/ui/aura/window.cc |
+++ b/ui/aura/window.cc |
@@ -1415,7 +1415,7 @@ ui::EventTarget* Window::GetParentTarget() { |
return parent_; |
} |
-scoped_ptr<ui::EventTargetIterator> Window::GetChildIterator() const { |
+scoped_ptr<ui::EventTargetIterator> Window::GetChildIterator() { |
return scoped_ptr<ui::EventTargetIterator>( |
new ui::EventTargetIteratorImpl<Window>(children())); |
} |