Bug 142165

Summary: REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
Product: WebKit Reporter: Debarshi Ray <rishi.is>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: cgarcia, commit-queue
Priority: P2 Keywords: Gtk, Regression
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
[GTK] Update gtksymbols.filter
none
Patch none

Description Debarshi Ray 2015-03-02 06:07:39 PST
Attempts to load web extensions are met with this:

** (WebKitWebProcess:24691): WARNING **: Error loading the injected bundle (/usr/lib64/webkit2gtk-4.0/injected-bundle/libwebkit2gtkinjectedbundle.so): /usr/lib64/webkit2gtk-4.0/injected-bundle/libwebkit2gtkinjectedbundle.so: undefined symbol: _ZN6WebKit22WebGtkExtensionManager9singletonEv

Looks like a fallout from:

commit 4faf1efc826257380c23f869c7bb8255720e4296
Author: cdumez@apple.com <cdumez@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jan 30 20:49:33 2015 +0000

    Rename shared() static member functions to singleton() for singleton classes.
    https://bugs.webkit.org/show_bug.cgi?id=141088
Comment 1 Debarshi Ray 2015-03-02 06:12:23 PST
Created attachment 247663 [details]
[GTK] Update gtksymbols.filter
Comment 2 Debarshi Ray 2015-03-02 06:47:04 PST
Created attachment 247664 [details]
Patch
Comment 3 Carlos Garcia Campos 2015-03-02 06:49:20 PST
Comment on attachment 247664 [details]
Patch

Good catch. Thanks!
Comment 4 WebKit Commit Bot 2015-03-02 07:34:47 PST
Comment on attachment 247664 [details]
Patch

Clearing flags on attachment: 247664

Committed r180884: <http://trac.webkit.org/changeset/180884>
Comment 5 WebKit Commit Bot 2015-03-02 07:34:50 PST
All reviewed patches have been landed.  Closing bug.