Title: [157684] trunk/Source/_javascript_Core
Revision
157684
Author
[email protected]
Date
2013-10-19 14:56:11 -0700 (Sat, 19 Oct 2013)

Log Message

APICast.h uses functions from JSCJSValueInlines.h, but doesn't include it
https://bugs.webkit.org/show_bug.cgi?id=123067

Reviewed by Geoffrey Garen.

* API/APICast.h: Include it.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/API/APICast.h (157683 => 157684)


--- trunk/Source/_javascript_Core/API/APICast.h	2013-10-19 21:43:30 UTC (rev 157683)
+++ trunk/Source/_javascript_Core/API/APICast.h	2013-10-19 21:56:11 UTC (rev 157684)
@@ -28,6 +28,7 @@
 
 #include "JSAPIValueWrapper.h"
 #include "JSCJSValue.h"
+#include "JSCJSValueInlines.h"
 #include "JSGlobalObject.h"
 
 namespace JSC {

Modified: trunk/Source/_javascript_Core/ChangeLog (157683 => 157684)


--- trunk/Source/_javascript_Core/ChangeLog	2013-10-19 21:43:30 UTC (rev 157683)
+++ trunk/Source/_javascript_Core/ChangeLog	2013-10-19 21:56:11 UTC (rev 157684)
@@ -1,3 +1,12 @@
+2013-10-19  Alexey Proskuryakov  <[email protected]>
+
+        APICast.h uses functions from JSCJSValueInlines.h, but doesn't include it
+        https://bugs.webkit.org/show_bug.cgi?id=123067
+
+        Reviewed by Geoffrey Garen.
+
+        * API/APICast.h: Include it.
+
 2013-10-19  Filip Pizlo  <[email protected]>
 
         FTL::Location should treat the offset as an addend in the case of a Register location
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to