Title: [216295] trunk/Source/_javascript_Core
Revision
216295
Author
commit-qu...@webkit.org
Date
2017-05-05 17:03:25 -0700 (Fri, 05 May 2017)

Log Message

[JSC] Remove export from Intrinsic
https://bugs.webkit.org/show_bug.cgi?id=171752

Patch by Don Olmstead <don.olmst...@am.sony.com> on 2017-05-05
Reviewed by Alexey Proskuryakov.

* runtime/Intrinsic.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (216294 => 216295)


--- trunk/Source/_javascript_Core/ChangeLog	2017-05-05 23:49:41 UTC (rev 216294)
+++ trunk/Source/_javascript_Core/ChangeLog	2017-05-06 00:03:25 UTC (rev 216295)
@@ -1,3 +1,12 @@
+2017-05-05  Don Olmstead  <don.olmst...@am.sony.com>
+
+        [JSC] Remove export from Intrinsic
+        https://bugs.webkit.org/show_bug.cgi?id=171752
+
+        Reviewed by Alexey Proskuryakov.
+
+        * runtime/Intrinsic.h:
+
 2017-05-05  Saam Barati  <sbar...@apple.com>
 
         putDirectIndex does not properly do defineOwnProperty

Modified: trunk/Source/_javascript_Core/runtime/Intrinsic.h (216294 => 216295)


--- trunk/Source/_javascript_Core/runtime/Intrinsic.h	2017-05-05 23:49:41 UTC (rev 216294)
+++ trunk/Source/_javascript_Core/runtime/Intrinsic.h	2017-05-06 00:03:25 UTC (rev 216295)
@@ -27,7 +27,7 @@
 
 namespace JSC {
 
-enum JS_EXPORT_PRIVATE Intrinsic {
+enum Intrinsic {
     // Call intrinsics.
     NoIntrinsic,
     AbsIntrinsic,
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to