commit | 9a6f73c05f0f81fb7aafaa299b5a27aea3360dfc | [log] [tgz] |
---|---|---|
author | hyatt@apple.com <hyatt@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Thu Sep 25 22:34:43 2008 +0000 |
committer | hyatt@apple.com <hyatt@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Thu Sep 25 22:34:43 2008 +0000 |
tree | 50b5a49cf0f2b6af87360c959c2688dc2741157a | |
parent | 7ea7067b50168e59fdcbc097fb43eb4529f391d7 [diff] [blame] |
Fix Win, Gtk, Qt bustage. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@36912 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/platform/ScrollView.cpp b/WebCore/platform/ScrollView.cpp index aa3922f..af9cb68 100644 --- a/WebCore/platform/ScrollView.cpp +++ b/WebCore/platform/ScrollView.cpp
@@ -85,7 +85,7 @@ #endif #if !PLATFORM(MAC) && !PLATFORM(WX) -IntRect ScrollView::platformVisibleContentRect(bool) +IntRect ScrollView::platformVisibleContentRect(bool) const { } #endif