Commit 252c0877 authored by bdash's avatar bdash

2007-01-11 Mark Rowe <mrowe@apple.com>

        Build fix.

        * rendering/RenderView.cpp:
        (WebCore::RenderView::printing):


git-svn-id: svn://svn.chromium.org/blink/trunk@18754 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent a2440766
2007-01-11 Mark Rowe <mrowe@apple.com>
Build fix.
* rendering/RenderView.cpp:
(WebCore::RenderView::printing):
2007-01-10 Mitz Pettel <mitz@webkit.org> 2007-01-10 Mitz Pettel <mitz@webkit.org>
Reviewed by Darin. Reviewed by Darin.
......
...@@ -435,7 +435,7 @@ void RenderView::selectionStartEnd(int& startPos, int& endPos) const ...@@ -435,7 +435,7 @@ void RenderView::selectionStartEnd(int& startPos, int& endPos) const
endPos = m_selectionEndPos; endPos = m_selectionEndPos;
} }
inline bool RenderView::printing() const bool RenderView::printing() const
{ {
return document()->printing(); return document()->printing();
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment