git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
2009-03-16 Darin Adler <darin@apple.com>
[WebKit-https.git]
/
WebCore
/
rendering
/
RenderView.h
diff --git
a/WebCore/rendering/RenderView.h
b/WebCore/rendering/RenderView.h
index
399cdb4
..
1c6925c
100644
(file)
--- a/
WebCore/rendering/RenderView.h
+++ b/
WebCore/rendering/RenderView.h
@@
-99,7
+99,7
@@
public:
virtual IntRect viewRect() const;
virtual IntRect viewRect() const;
- v
irtual v
oid selectionStartEnd(int& startPos, int& endPos) const;
+ void selectionStartEnd(int& startPos, int& endPos) const;
IntRect printRect() const { return m_printRect; }
void setPrintRect(const IntRect& r) { m_printRect = r; }
IntRect printRect() const { return m_printRect; }
void setPrintRect(const IntRect& r) { m_printRect = r; }