Title: [215232] trunk/Source/_javascript_Core
Revision
215232
Author
[email protected]
Date
2017-04-11 08:59:47 -0700 (Tue, 11 Apr 2017)

Log Message

Unreviewed, build fix for Windows after r215228 part 2
https://bugs.webkit.org/show_bug.cgi?id=170723

Since GCActivityCallback class is annotated exported, we do not need to annotate each member.

* heap/GCActivityCallback.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (215231 => 215232)


--- trunk/Source/_javascript_Core/ChangeLog	2017-04-11 15:51:58 UTC (rev 215231)
+++ trunk/Source/_javascript_Core/ChangeLog	2017-04-11 15:59:47 UTC (rev 215232)
@@ -1,5 +1,14 @@
 2017-04-11  Yusuke Suzuki  <[email protected]>
 
+        Unreviewed, build fix for Windows after r215228 part 2
+        https://bugs.webkit.org/show_bug.cgi?id=170723
+
+        Since GCActivityCallback class is annotated exported, we do not need to annotate each member.
+
+        * heap/GCActivityCallback.h:
+
+2017-04-11  Yusuke Suzuki  <[email protected]>
+
         [JSC][GTK] Use RunLoop::Timer in GTK port
         https://bugs.webkit.org/show_bug.cgi?id=170723
 

Modified: trunk/Source/_javascript_Core/heap/GCActivityCallback.h (215231 => 215232)


--- trunk/Source/_javascript_Core/heap/GCActivityCallback.h	2017-04-11 15:51:58 UTC (rev 215231)
+++ trunk/Source/_javascript_Core/heap/GCActivityCallback.h	2017-04-11 15:59:47 UTC (rev 215232)
@@ -60,7 +60,7 @@
 
     static bool s_shouldCreateGCTimer;
 
-    JS_EXPORT_PRIVATE double nextFireTime();
+    double nextFireTime();
 
 protected:
     virtual Seconds lastGCLength() = 0;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to