Title: [205629] releases/WebKitGTK/webkit-2.14/Source/_javascript_Core
Revision
205629
Author
[email protected]
Date
2016-09-08 05:19:27 -0700 (Thu, 08 Sep 2016)

Log Message

Merge r205332 - 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: releases/WebKitGTK/webkit-2.14/Source/_javascript_Core/ChangeLog (205628 => 205629)


--- releases/WebKitGTK/webkit-2.14/Source/_javascript_Core/ChangeLog	2016-09-08 12:19:11 UTC (rev 205628)
+++ releases/WebKitGTK/webkit-2.14/Source/_javascript_Core/ChangeLog	2016-09-08 12:19:27 UTC (rev 205629)
@@ -1,3 +1,13 @@
+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  Mark Lam  <[email protected]>
 
         Move some JSObject and JSArray inline functions to their respective Inlines.h files.

Modified: releases/WebKitGTK/webkit-2.14/Source/_javascript_Core/runtime/IntlDateTimeFormat.cpp (205628 => 205629)


--- releases/WebKitGTK/webkit-2.14/Source/_javascript_Core/runtime/IntlDateTimeFormat.cpp	2016-09-08 12:19:11 UTC (rev 205628)
+++ releases/WebKitGTK/webkit-2.14/Source/_javascript_Core/runtime/IntlDateTimeFormat.cpp	2016-09-08 12:19:27 UTC (rev 205629)
@@ -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: releases/WebKitGTK/webkit-2.14/Source/_javascript_Core/runtime/IntlNumberFormat.cpp (205628 => 205629)


--- releases/WebKitGTK/webkit-2.14/Source/_javascript_Core/runtime/IntlNumberFormat.cpp	2016-09-08 12:19:11 UTC (rev 205628)
+++ releases/WebKitGTK/webkit-2.14/Source/_javascript_Core/runtime/IntlNumberFormat.cpp	2016-09-08 12:19:27 UTC (rev 205629)
@@ -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

Reply via email to