WebKit Bugzilla
Attachment 361648 Details for
Bug 194484
: libWPEWebKit-0.1.so: undefined reference to `JSC::JSValue::asCell() const
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
bug-194484-20190211005257.patch (text/plain), 1.14 KB, created by
Pablo Saavedra
on 2019-02-10 15:52:59 PST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Pablo Saavedra
Created:
2019-02-10 15:52:59 PST
Size:
1.14 KB
patch
obsolete
>Subversion Revision: 241015 >diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog >index 76da75cb9ade9294c2662b05d6b433b3ce5307c2..1eb9c9a67f5b828d75e548bd02b39fa73b8bef1c 100644 >--- a/Source/WebCore/ChangeLog >+++ b/Source/WebCore/ChangeLog >@@ -1,3 +1,12 @@ >+2019-02-10 Pablo Saavedra <psaavedra@igalia.com> >+ >+ libWPEWebKit-0.1.so: undefined reference to `JSC::JSValue::asCell() const >+ https://bugs.webkit.org/show_bug.cgi?id=194484 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * bindings/js/JSUndoItemCustom.cpp: >+ > 2019-02-05 Ryosuke Niwa <rniwa@webkit.org> > > REGRESSION (r240909): Release assert in FrameLoader::loadURL when navigating with a non-existent target name >diff --git a/Source/WebCore/bindings/js/JSUndoItemCustom.cpp b/Source/WebCore/bindings/js/JSUndoItemCustom.cpp >index cfaa028bbff5fd5b4a3f4a0d61010fcbe653fc75..69fc4af6d2073728df7e7f720da48fe3160a00fa 100644 >--- a/Source/WebCore/bindings/js/JSUndoItemCustom.cpp >+++ b/Source/WebCore/bindings/js/JSUndoItemCustom.cpp >@@ -25,6 +25,7 @@ > > #include "config.h" > #include "JSUndoItem.h" >+#include <JavaScriptCore/JSCJSValueInlines.h> > > namespace WebCore { >
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 194484
: 361648