Title: [218805] trunk/Source/_javascript_Core
Revision
218805
Author
[email protected]
Date
2017-06-26 01:47:09 -0700 (Mon, 26 Jun 2017)

Log Message

Unreviewed, add missing header for CLoop

* runtime/SymbolTable.cpp:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (218804 => 218805)


--- trunk/Source/_javascript_Core/ChangeLog	2017-06-26 08:23:49 UTC (rev 218804)
+++ trunk/Source/_javascript_Core/ChangeLog	2017-06-26 08:47:09 UTC (rev 218805)
@@ -1,5 +1,11 @@
 2017-06-26  Konstantin Tokarev  <[email protected]>
 
+        Unreviewed, add missing header for CLoop
+
+        * runtime/SymbolTable.cpp:
+
+2017-06-26  Konstantin Tokarev  <[email protected]>
+
         Unreviewed, add missing header icncludes
 
         * parser/Lexer.h:

Modified: trunk/Source/_javascript_Core/runtime/SymbolTable.cpp (218804 => 218805)


--- trunk/Source/_javascript_Core/runtime/SymbolTable.cpp	2017-06-26 08:23:49 UTC (rev 218804)
+++ trunk/Source/_javascript_Core/runtime/SymbolTable.cpp	2017-06-26 08:47:09 UTC (rev 218805)
@@ -29,6 +29,7 @@
 #include "config.h"
 #include "SymbolTable.h"
 
+#include "CodeBlock.h"
 #include "JSDestructibleObject.h"
 #include "JSCInlines.h"
 #include "SlotVisitorInlines.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to