Title: [166125] trunk/Source/_javascript_Core
Revision
166125
Author
akl...@apple.com
Date
2014-03-22 13:57:04 -0700 (Sat, 22 Mar 2014)

Log Message

Fix debug build.

* bytecode/CodeBlock.cpp:
* runtime/Executable.cpp:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (166124 => 166125)


--- trunk/Source/_javascript_Core/ChangeLog	2014-03-22 20:02:26 UTC (rev 166124)
+++ trunk/Source/_javascript_Core/ChangeLog	2014-03-22 20:57:04 UTC (rev 166125)
@@ -1,5 +1,12 @@
 2014-03-22  Andreas Kling  <akl...@apple.com>
 
+        Fix debug build.
+
+        * bytecode/CodeBlock.cpp:
+        * runtime/Executable.cpp:
+
+2014-03-22  Andreas Kling  <akl...@apple.com>
+
         Cut down on JSC profiler includes in WebCore & co.
         <https://webkit.org/b/130637>
 

Modified: trunk/Source/_javascript_Core/bytecode/CodeBlock.cpp (166124 => 166125)


--- trunk/Source/_javascript_Core/bytecode/CodeBlock.cpp	2014-03-22 20:02:26 UTC (rev 166124)
+++ trunk/Source/_javascript_Core/bytecode/CodeBlock.cpp	2014-03-22 20:57:04 UTC (rev 166125)
@@ -52,6 +52,7 @@
 #include "JSCInlines.h"
 #include "PolymorphicGetByIdList.h"
 #include "PolymorphicPutByIdList.h"
+#include "ProfilerDatabase.h"
 #include "ReduceWhitespace.h"
 #include "Repatch.h"
 #include "RepatchBuffer.h"

Modified: trunk/Source/_javascript_Core/runtime/Executable.cpp (166124 => 166125)


--- trunk/Source/_javascript_Core/runtime/Executable.cpp	2014-03-22 20:02:26 UTC (rev 166124)
+++ trunk/Source/_javascript_Core/runtime/Executable.cpp	2014-03-22 20:57:04 UTC (rev 166125)
@@ -34,6 +34,7 @@
 #include "LLIntEntrypoint.h"
 #include "JSCInlines.h"
 #include "Parser.h"
+#include "ProfilerDatabase.h"
 #include <wtf/CommaPrinter.h>
 #include <wtf/Vector.h>
 #include <wtf/text/StringBuilder.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to