2013-03-12 Lucas Forschler Merge r131315 2012-10-15 Jay Civelli Calling WebCore::SharedBuffer::append(data, 0) on a shared buffer when its current position is at a segment boundary (4096) ends up adding an unitialized segment (with uninitialized memory) to the SharedBuffer. https://bugs.webkit.org/show_bug.cgi?id=99000 Reviewed by Adam Barth. * platform/SharedBuffer.cpp: (WebCore::SharedBuffer::append): 2013-03-12 Lucas Forschler Merge r131110 2012-10-11 Adam Barth Incorrect/Illegal static cast in FrameView.cpp https://bugs.webkit.org/show_bug.cgi?id=98943 Reviewed by Eric Seidel. HTMLFrameElementBase is the common base class for and