[Webkit-unassigned] [Bug 68229] New: [GTK] Linker error with double inclusion of ScrollbarThemeMock.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 16 01:03:24 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=68229

           Summary: [GTK] Linker error  with double inclusion of
                    ScrollbarThemeMock.h
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mdwajahatali.siddiqui at motorola.com


Gtk build is broken on svn rev# 95275 as ScrollbarThemeMock.cpp is mistakenly included twice in Source/WebCore/GNUmakefile.list.am. 
This is added from attachment committed from https://bugs.webkit.org/show_bug.cgi?id=68134
--- a/Source/WebCore/GNUmakefile.list.am
+++ b/Source/WebCore/GNUmakefile.list.am
@@ -2686,6 +2686,8 @@ webcore_sources += \
     Source/WebCore/platform/mock/GeolocationClientMock.h \
     Source/WebCore/platform/mock/GeolocationServiceMock.cpp \
     Source/WebCore/platform/mock/GeolocationServiceMock.h \
+    Source/WebCore/platform/mock/ScrollbarThemeMock.cpp \
+    Source/WebCore/platform/mock/ScrollbarThemeMock.cpp \
     Source/WebCore/platform/mock/SpeechInputClientMock.cpp \
     Source/WebCore/platform/mock/SpeechInputClientMock.h \
     Source/WebCore/platform/network/AuthenticationChallengeBase.cpp \

Attached patch corrects this issue

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



More information about the webkit-unassigned mailing list