WebKit Bugzilla
Attachment 370274 Details for
Bug 198057
: [PlayStation] Update initializer for changed port options
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
198057.1.diff (text/plain), 1.16 KB, created by
Stephan Szabo
on 2019-05-20 15:45:58 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Stephan Szabo
Created:
2019-05-20 15:45:58 PDT
Size:
1.16 KB
patch
obsolete
>diff --git a/Source/JavaScriptCore/ChangeLog b/Source/JavaScriptCore/ChangeLog >index 51815ba8a61..9baaed363d3 100644 >--- a/Source/JavaScriptCore/ChangeLog >+++ b/Source/JavaScriptCore/ChangeLog >@@ -1,3 +1,14 @@ >+2019-05-20 Stephan Szabo <stephan.szabo@sony.com> >+ >+ [PlayStation] Update initializer for changed port options >+ https://bugs.webkit.org/show_bug.cgi?id=198057 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * shell/playstation/Initializer.cpp: >+ (initializer): Remove loading of shared JavaScriptCore >+ library. >+ > 2019-05-20 Ross Kirsling <ross.kirsling@sony.com> > > [WinCairo] Implement Remote Web Inspector Client. >diff --git a/Source/JavaScriptCore/shell/playstation/Initializer.cpp b/Source/JavaScriptCore/shell/playstation/Initializer.cpp >index 62dc9ae1163..8e87144cda4 100644 >--- a/Source/JavaScriptCore/shell/playstation/Initializer.cpp >+++ b/Source/JavaScriptCore/shell/playstation/Initializer.cpp >@@ -41,7 +41,4 @@ static void initializer(void) > handle = dlopen("PosixWebKit", RTLD_NOW); > if (!handle) > exit(1); >- handle = dlopen("libJavaScriptCore", RTLD_NOW); >- if (!handle) >- exit(1); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 198057
: 370274