Bug 142165 - REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
Summary: REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from bein...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk, Regression
Depends on:
Blocks:
 
Reported: 2015-03-02 06:07 PST by Debarshi Ray
Modified: 2015-03-02 07:34 PST (History)
2 users (show)

See Also:


Attachments
[GTK] Update gtksymbols.filter (876 bytes, patch)
2015-03-02 06:12 PST, Debarshi Ray
no flags Details | Formatted Diff | Diff
Patch (1.12 KB, patch)
2015-03-02 06:47 PST, Debarshi Ray
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.