Title: [254918] releases/WebKitGTK/webkit-2.26/Source/_javascript_Core
Revision
254918
Author
[email protected]
Date
2020-01-22 06:08:40 -0800 (Wed, 22 Jan 2020)

Log Message

Unreviewed. Fix non-unified build

* runtime/NativeErrorConstructor.h: Add missing inclusion of JSGlobalObject.h.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.26/Source/_javascript_Core/ChangeLog (254917 => 254918)


--- releases/WebKitGTK/webkit-2.26/Source/_javascript_Core/ChangeLog	2020-01-22 14:08:35 UTC (rev 254917)
+++ releases/WebKitGTK/webkit-2.26/Source/_javascript_Core/ChangeLog	2020-01-22 14:08:40 UTC (rev 254918)
@@ -1,3 +1,9 @@
+2020-01-22  Adrian Perez de Castro  <[email protected]>
+
+        Unreviewed. Fix non-unified build
+
+        * runtime/NativeErrorConstructor.h: Add missing inclusion of JSGlobalObject.h.
+
 2020-01-15  Adrian Perez de Castro  <[email protected]>
 
         Offlineasm warnings with newer Ruby versions

Modified: releases/WebKitGTK/webkit-2.26/Source/_javascript_Core/runtime/NativeErrorConstructor.h (254917 => 254918)


--- releases/WebKitGTK/webkit-2.26/Source/_javascript_Core/runtime/NativeErrorConstructor.h	2020-01-22 14:08:35 UTC (rev 254917)
+++ releases/WebKitGTK/webkit-2.26/Source/_javascript_Core/runtime/NativeErrorConstructor.h	2020-01-22 14:08:40 UTC (rev 254918)
@@ -22,6 +22,7 @@
 
 #include "Error.h"
 #include "InternalFunction.h"
+#include "JSGlobalObject.h"
 #include "NativeErrorPrototype.h"
 
 namespace JSC {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to