Title: [205020] trunk/Source/_javascript_Core
Revision
205020
Author
[email protected]
Date
2016-08-26 09:50:15 -0700 (Fri, 26 Aug 2016)

Log Message

[Win] Compile fix.
https://bugs.webkit.org/show_bug.cgi?id=161235

Reviewed by Brent Fulgham.

YarrPattern::errorMessage has inconsistent dll linkage.

* yarr/YarrPattern.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (205019 => 205020)


--- trunk/Source/_javascript_Core/ChangeLog	2016-08-26 16:50:03 UTC (rev 205019)
+++ trunk/Source/_javascript_Core/ChangeLog	2016-08-26 16:50:15 UTC (rev 205020)
@@ -1,3 +1,14 @@
+2016-08-26  Per Arne Vollan  <[email protected]>
+
+        [Win] Compile fix.
+        https://bugs.webkit.org/show_bug.cgi?id=161235
+
+        Reviewed by Brent Fulgham.
+
+        YarrPattern::errorMessage has inconsistent dll linkage.
+
+        * yarr/YarrPattern.h:
+
 2016-08-25  Alex Christensen  <[email protected]>
 
         CMake build fix.

Modified: trunk/Source/_javascript_Core/yarr/YarrPattern.h (205019 => 205020)


--- trunk/Source/_javascript_Core/yarr/YarrPattern.h	2016-08-26 16:50:03 UTC (rev 205019)
+++ trunk/Source/_javascript_Core/yarr/YarrPattern.h	2016-08-26 16:50:15 UTC (rev 205020)
@@ -324,7 +324,7 @@
         NumberOfErrorCodes
     };
     
-    WTF_EXPORT_PRIVATE static const char* errorMessage(ErrorCode);
+    JS_EXPORT_PRIVATE static const char* errorMessage(ErrorCode);
 
     void reset()
     {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to