Title: [159225] trunk/Source/_javascript_Core
- Revision
- 159225
- Author
- [email protected]
- Date
- 2013-11-13 12:44:55 -0800 (Wed, 13 Nov 2013)
Log Message
Fix debug build.
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (159224 => 159225)
--- trunk/Source/_javascript_Core/ChangeLog 2013-11-13 20:44:41 UTC (rev 159224)
+++ trunk/Source/_javascript_Core/ChangeLog 2013-11-13 20:44:55 UTC (rev 159225)
@@ -1,3 +1,9 @@
+2013-11-13 Oliver Hunt <[email protected]>
+
+ Fix debug build.
+
+ * parser/Parser.cpp:
+
2013-11-13 Tim Horton <[email protected]>
r159210 added a period where there previously wasn't one, breaking >100 tests
Modified: trunk/Source/_javascript_Core/parser/Parser.cpp (159224 => 159225)
--- trunk/Source/_javascript_Core/parser/Parser.cpp 2013-11-13 20:44:41 UTC (rev 159224)
+++ trunk/Source/_javascript_Core/parser/Parser.cpp 2013-11-13 20:44:55 UTC (rev 159225)
@@ -39,7 +39,6 @@
#define updateErrorMessage(shouldPrintToken, ...) do {\
- ASSERT(!hasError());\
logError(shouldPrintToken, __VA_ARGS__); \
} while (0)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes