Title: [292206] trunk/Source/_javascript_Core
Revision
292206
Author
[email protected]
Date
2022-04-01 00:11:30 -0700 (Fri, 01 Apr 2022)

Log Message

Unreviewed, fix non-unified build after r292191

* runtime/ScriptExecutableInlines.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (292205 => 292206)


--- trunk/Source/_javascript_Core/ChangeLog	2022-04-01 05:52:48 UTC (rev 292205)
+++ trunk/Source/_javascript_Core/ChangeLog	2022-04-01 07:11:30 UTC (rev 292206)
@@ -1,3 +1,9 @@
+2022-04-01  Diego Pino Garcia  <[email protected]>
+
+        Unreviewed, fix non-unified build after r292191
+
+        * runtime/ScriptExecutableInlines.h:
+
 2022-03-31  Chris Dumez  <[email protected]>
 
         Adopt Identifier::fromString(ASCIILiteral) more broadly

Modified: trunk/Source/_javascript_Core/runtime/ScriptExecutableInlines.h (292205 => 292206)


--- trunk/Source/_javascript_Core/runtime/ScriptExecutableInlines.h	2022-04-01 05:52:48 UTC (rev 292205)
+++ trunk/Source/_javascript_Core/runtime/ScriptExecutableInlines.h	2022-04-01 07:11:30 UTC (rev 292206)
@@ -25,6 +25,7 @@
 
 #pragma once
 
+#include "CodeBlock.h"
 #include "ScriptExecutable.h"
 
 namespace JSC {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to