commit | 0819bccd50f70676aab568ec6c5094d10c04e1e3 | [log] [tgz] |
---|---|---|
author | hyatt@apple.com <hyatt@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Thu Jul 02 17:51:50 2009 +0000 |
committer | hyatt@apple.com <hyatt@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Thu Jul 02 17:51:50 2009 +0000 |
tree | 6a19fe4ffc9291caba964811e1dee76e9efe28b3 | |
parent | cff39016775f8419ebb9e070c03d52982fde5ffe [diff] [blame] |
Fix build bustage caused by wrong include case. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@45481 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/platform/ScrollbarClient.h b/WebCore/platform/ScrollbarClient.h index 3b44216..6efe72e 100644 --- a/WebCore/platform/ScrollbarClient.h +++ b/WebCore/platform/ScrollbarClient.h
@@ -27,7 +27,7 @@ #define ScrollbarClient_h #include "IntRect.h" -#include "ScrollBar.h" +#include "Scrollbar.h" #include <wtf/Vector.h> namespace WebCore {