+2013-12-18 Andreas Kling <akling@apple.com>
+
+ Use range for syntax in Frame and FrameView.
+ <https://webkit.org/b/125922>
+
+ Convert code in Frame and FrameView to use C++11's range for syntax.
+
+ Reviewed by Antti Koivisto.
+
2013-12-18 Andreas Kling <akling@apple.com>
RenderElement-ize adjustForAbsoluteZoom() and friends.