Title: [262655] trunk/Source/_javascript_Core
Revision
262655
Author
pma...@igalia.com
Date
2020-06-05 14:47:30 -0700 (Fri, 05 Jun 2020)

Log Message

Add missing ECMAMode header to fix NonUnified Build
https://bugs.webkit.org/show_bug.cgi?id=212838

Reviewed by Darin Adler.

* bytecode/PutByValFlags.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (262654 => 262655)


--- trunk/Source/_javascript_Core/ChangeLog	2020-06-05 21:29:08 UTC (rev 262654)
+++ trunk/Source/_javascript_Core/ChangeLog	2020-06-05 21:47:30 UTC (rev 262655)
@@ -1,3 +1,12 @@
+2020-06-05  Paulo Matos  <pma...@igalia.com>
+
+        Add missing ECMAMode header to fix NonUnified Build
+        https://bugs.webkit.org/show_bug.cgi?id=212838
+
+        Reviewed by Darin Adler.
+
+        * bytecode/PutByValFlags.h:
+
 2020-06-05  Saam Barati  <sbar...@apple.com>
 
         Audit safe to execute

Modified: trunk/Source/_javascript_Core/bytecode/PutByValFlags.h (262654 => 262655)


--- trunk/Source/_javascript_Core/bytecode/PutByValFlags.h	2020-06-05 21:29:08 UTC (rev 262654)
+++ trunk/Source/_javascript_Core/bytecode/PutByValFlags.h	2020-06-05 21:47:30 UTC (rev 262655)
@@ -26,6 +26,7 @@
 
 #pragma once
 
+#include "ECMAMode.h"
 #include "StructureIDTable.h"
 
 namespace JSC {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to