Title: [226129] trunk/Source/_javascript_Core
Revision
226129
Author
[email protected]
Date
2017-12-19 11:26:39 -0800 (Tue, 19 Dec 2017)

Log Message

Unreviewed, include YarrErrorCode.h in Yarr.h
https://bugs.webkit.org/show_bug.cgi?id=180966

* yarr/Yarr.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (226128 => 226129)


--- trunk/Source/_javascript_Core/ChangeLog	2017-12-19 19:16:21 UTC (rev 226128)
+++ trunk/Source/_javascript_Core/ChangeLog	2017-12-19 19:26:39 UTC (rev 226129)
@@ -1,5 +1,12 @@
 2017-12-19  Yusuke Suzuki  <[email protected]>
 
+        Unreviewed, include YarrErrorCode.h in Yarr.h
+        https://bugs.webkit.org/show_bug.cgi?id=180966
+
+        * yarr/Yarr.h:
+
+2017-12-19  Yusuke Suzuki  <[email protected]>
+
         [YARR] Yarr should return ErrorCode instead of error messages (const char*)
         https://bugs.webkit.org/show_bug.cgi?id=180966
 

Modified: trunk/Source/_javascript_Core/yarr/Yarr.h (226128 => 226129)


--- trunk/Source/_javascript_Core/yarr/Yarr.h	2017-12-19 19:16:21 UTC (rev 226128)
+++ trunk/Source/_javascript_Core/yarr/Yarr.h	2017-12-19 19:26:39 UTC (rev 226129)
@@ -28,6 +28,7 @@
 #pragma once
 
 #include <limits.h>
+#include "YarrErrorCode.h"
 
 namespace JSC { namespace Yarr {
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to