- Windows build fix

        * platform/win/ScrollViewWin.cpp:
        (WebCore::ScrollView::addChildPlatformWidget):
        (WebCore::ScrollView::removeChildPlatformWidget):



git-svn-id: http://svn.webkit.org/repository/webkit/trunk@36900 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index b3cebac..99e62ba 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,11 @@
+2008-09-25  Dan Bernstein  <mitz@apple.com>
+
+        - Windows build fix
+
+        * platform/win/ScrollViewWin.cpp:
+        (WebCore::ScrollView::addChildPlatformWidget):
+        (WebCore::ScrollView::removeChildPlatformWidget):
+
 2008-09-25  Timothy Hatcher  <timothy@apple.com>
 
         Fixes a leak of ConsoleMessage seen when repeated console
diff --git a/WebCore/platform/win/ScrollViewWin.cpp b/WebCore/platform/win/ScrollViewWin.cpp
index f63b032..11d3d57 100644
--- a/WebCore/platform/win/ScrollViewWin.cpp
+++ b/WebCore/platform/win/ScrollViewWin.cpp
@@ -237,11 +237,11 @@
     delete m_data;
 }
 
-void ScrollView::addChildPlatformWidget(PlatformWidget)
+void ScrollView::addChildPlatformWidget(Widget*)
 {
 }
 
-void ScrollView::removeChildPlatformWidget(PlatformWidget)
+void ScrollView::removeChildPlatformWidget(Widget*)
 {
 }