Changeset 245600 in webkit


Ignore:
Timestamp:
May 21, 2019 4:42:42 PM (5 years ago)
Author:
stephan.szabo@sony.com
Message:

[PlayStation] Update initializer for changed port options
https://bugs.webkit.org/show_bug.cgi?id=198057

Reviewed by Ross Kirsling.

  • shell/playstation/Initializer.cpp:

(initializer): Remove loading of shared JavaScriptCore
library.

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r245594 r245600  
     12019-05-21  Stephan Szabo  <stephan.szabo@sony.com>
     2
     3        [PlayStation] Update initializer for changed port options
     4        https://bugs.webkit.org/show_bug.cgi?id=198057
     5
     6        Reviewed by Ross Kirsling.
     7
     8        * shell/playstation/Initializer.cpp:
     9        (initializer): Remove loading of shared JavaScriptCore
     10        library.
     11
    1122019-05-21  Tadeu Zagallo  <tzagallo@apple.com>
    213
  • trunk/Source/JavaScriptCore/shell/playstation/Initializer.cpp

    r244366 r245600  
    4242    if (!handle)
    4343        exit(1);
    44     handle = dlopen("libJavaScriptCore", RTLD_NOW);
    45     if (!handle)
    46         exit(1);
    4744}
Note: See TracChangeset for help on using the changeset viewer.