[Webkit-unassigned] [Bug 13548] New: The ScrollView::children() method is declared but not defined.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 30 11:30:28 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13548

           Summary: The ScrollView::children() method is declared but not
                    defined.
           Product: WebKit
           Version: 522+ (nightly)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Trivial
          Priority: P3
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: anyang.ren at gmail.com
                CC: hyatt at apple.com


I'm using the nightly build WebKit-SVN-r21077.

I found that the ScrollView class has a 'children()' method
declared in the PLATFORM(WIN) section, but it is not defined
in ScrollViewWin.cpp.  The ScrollView::children() method was
added in
r20387 | hyatt | 2007-03-22 03:47:48 -0700 (Thu, 22 Mar 2007) | 1 line

That changeset is http://trac.webkit.org/projects/webkit/changeset/20387:
$ svn diff -r20268:20387 ScrollView.h
Index: ScrollView.h
===================================================================
--- ScrollView.h        (revision 20268)
+++ ScrollView.h        (revision 20387)
@@ -28,6 +28,7 @@

 #include "ScrollTypes.h"
 #include "Widget.h"
+#include <wtf/HashSet.h>

 #if PLATFORM(QT)
 class QAbstractScrollArea;
@@ -126,6 +127,8 @@
         void scrollBackingStore(int dx, int dy, const IntRect& scrollViewRect,
const IntRect& clipRect);
         void updateBackingStore();

+        HashSet<Widget*>* children();
+
     private:
         void updateScrollbars(const IntSize& desiredOffset);
         IntSize maximumScroll() const;


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list