Title: [241253] trunk/Source/WebCore
- Revision
- 241253
- Author
- [email protected]
- Date
- 2019-02-10 16:29:36 -0800 (Sun, 10 Feb 2019)
Log Message
libWPEWebKit-0.1.so: undefined reference to `JSC::JSValue::asCell() const
https://bugs.webkit.org/show_bug.cgi?id=194484
Patch by Pablo Saavedra <[email protected]> on 2019-02-10
Reviewed by Darin Adler.
* bindings/js/JSUndoItemCustom.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (241252 => 241253)
--- trunk/Source/WebCore/ChangeLog 2019-02-10 19:44:33 UTC (rev 241252)
+++ trunk/Source/WebCore/ChangeLog 2019-02-11 00:29:36 UTC (rev 241253)
@@ -1,3 +1,12 @@
+2019-02-10 Pablo Saavedra <[email protected]>
+
+ libWPEWebKit-0.1.so: undefined reference to `JSC::JSValue::asCell() const
+ https://bugs.webkit.org/show_bug.cgi?id=194484
+
+ Reviewed by Darin Adler.
+
+ * bindings/js/JSUndoItemCustom.cpp:
+
2019-02-10 Philippe Normand <[email protected]>
Unreviewed, GTK Debug build fix after r241148.
Modified: trunk/Source/WebCore/bindings/js/JSUndoItemCustom.cpp (241252 => 241253)
--- trunk/Source/WebCore/bindings/js/JSUndoItemCustom.cpp 2019-02-10 19:44:33 UTC (rev 241252)
+++ trunk/Source/WebCore/bindings/js/JSUndoItemCustom.cpp 2019-02-11 00:29:36 UTC (rev 241253)
@@ -25,6 +25,7 @@
#include "config.h"
#include "JSUndoItem.h"
+#include <_javascript_Core/JSCJSValueInlines.h>
namespace WebCore {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes