[Webkit-unassigned] [Bug 66541] New: [webkit-gtk] Run-time error while trying to run GtkLauncher with no video support.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 18 23:18:57 PDT 2011


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

           Summary: [webkit-gtk] Run-time error while trying to run
                    GtkLauncher with no video support.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: nayankk at motorola.com


We get following error while trying to launch GtkLauncher with video support disabled,

nayankk at qtc746-01:~/Sources/WebKit$ Tools/Scripts/run-launcher --gtk --debug 
Starting webkit launcher.
/home/nayankk/Sources/WebKit/WebKitBuild/Debug/Programs/GtkLauncher: symbol lookup error: /home/nayankk/Sources/WebKit/WebKitBuild/Debug/.libs/libwebkitgtk-1.0.so.0: undefined symbol: _ZN7WebCore14RenderThemeGtk25extraFullScreenStyleSheetEv

Reason for this being, in Source/WebCore/platform/gtk/RenderThemeGtk.h file, the function virtual String extraFullScreenStyleSheet(); is declared outside the ENABLE(VIDEO) guard, however it is defined in Source/WebCore/platform/gtk/RenderThemeGtk.cpp within ENABLE(VIDEO) guard. Ideally, definition of this function should lie within ENABLE(VIDEO) conditional compilation guard. 

This bug is raised to fix this error.

-- 
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