| Index: trunk/Source/core/frame/FrameView.cpp
|
| ===================================================================
|
| --- trunk/Source/core/frame/FrameView.cpp (revision 179815)
|
| +++ trunk/Source/core/frame/FrameView.cpp (working copy)
|
| @@ -1626,7 +1626,7 @@
|
| void FrameView::contentRectangleForPaintInvalidation(const IntRect& r)
|
| {
|
| ASSERT(paintInvalidationIsAllowed());
|
| - ASSERT(!m_frame->ownerRenderer());
|
| + ASSERT(!m_frame->owner());
|
|
|
| if (m_isTrackingPaintInvalidations) {
|
| IntRect paintInvalidationRect = r;
|
|
|