Remove incorrect assertion.
* page/FrameView.cpp: (WebCore::FrameView::setContentsPos):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@21462
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-05-14 Adele Peterson <adele@apple.com>
+
+ Reviewed by Darin.
+
+ Remove incorrect assertion.
+
+ * page/FrameView.cpp: (WebCore::FrameView::setContentsPos):
+
2007-05-14 Anders Carlsson <andersca@apple.com>
Reviewed by Geoff.
void FrameView::setContentsPos(int x, int y)
{
- ASSERT(!d->m_inProgrammaticScroll);
if (frame()->prohibitsScrolling())
return;
bool wasInProgrammaticScroll = d->m_inProgrammaticScroll;