Title: [205332] trunk/Source/_javascript_Core
- Revision
- 205332
- Author
- [email protected]
- Date
- 2016-09-01 19:43:52 -0700 (Thu, 01 Sep 2016)
Log Message
jsc: fix cmake build missing symbol getPropertySlot
https://bugs.webkit.org/show_bug.cgi?id=161521
Patch by JF Bastien <[email protected]> on 2016-09-01
Reviewed by Saam Barati.
* runtime/IntlDateTimeFormat.cpp: include JSCInlines.h
* runtime/IntlNumberFormat.cpp: include JSCInlines.h
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (205331 => 205332)
--- trunk/Source/_javascript_Core/ChangeLog 2016-09-02 01:22:37 UTC (rev 205331)
+++ trunk/Source/_javascript_Core/ChangeLog 2016-09-02 02:43:52 UTC (rev 205332)
@@ -1,5 +1,15 @@
2016-09-01 JF Bastien <[email protected]>
+ jsc: fix cmake build missing symbol getPropertySlot
+ https://bugs.webkit.org/show_bug.cgi?id=161521
+
+ Reviewed by Saam Barati.
+
+ * runtime/IntlDateTimeFormat.cpp: include JSCInlines.h
+ * runtime/IntlNumberFormat.cpp: include JSCInlines.h
+
+2016-09-01 JF Bastien <[email protected]>
+
jsc: provide printErr()
https://bugs.webkit.org/show_bug.cgi?id=161513
Modified: trunk/Source/_javascript_Core/runtime/IntlDateTimeFormat.cpp (205331 => 205332)
--- trunk/Source/_javascript_Core/runtime/IntlDateTimeFormat.cpp 2016-09-02 01:22:37 UTC (rev 205331)
+++ trunk/Source/_javascript_Core/runtime/IntlDateTimeFormat.cpp 2016-09-02 02:43:52 UTC (rev 205332)
@@ -34,11 +34,9 @@
#include "IntlDateTimeFormatConstructor.h"
#include "IntlObject.h"
#include "JSBoundFunction.h"
-#include "JSCJSValueInlines.h"
#include "JSCellInlines.h"
+#include "JSCInlines.h"
#include "ObjectConstructor.h"
-#include "SlotVisitorInlines.h"
-#include "StructureInlines.h"
#include <unicode/ucal.h>
#include <unicode/udatpg.h>
#include <unicode/uenum.h>
Modified: trunk/Source/_javascript_Core/runtime/IntlNumberFormat.cpp (205331 => 205332)
--- trunk/Source/_javascript_Core/runtime/IntlNumberFormat.cpp 2016-09-02 01:22:37 UTC (rev 205331)
+++ trunk/Source/_javascript_Core/runtime/IntlNumberFormat.cpp 2016-09-02 02:43:52 UTC (rev 205332)
@@ -31,15 +31,12 @@
#if ENABLE(INTL)
#include "Error.h"
-#include "IdentifierInlines.h"
#include "IntlNumberFormatConstructor.h"
#include "IntlObject.h"
#include "JSBoundFunction.h"
-#include "JSCJSValueInlines.h"
#include "JSCellInlines.h"
+#include "JSCInlines.h"
#include "ObjectConstructor.h"
-#include "SlotVisitorInlines.h"
-#include "StructureInlines.h"
namespace JSC {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes