Title: [112147] trunk/Source/_javascript_Core
- Revision
- 112147
- Author
- [email protected]
- Date
- 2012-03-26 14:40:33 -0700 (Mon, 26 Mar 2012)
Log Message
Unreviewed - speculative Windows build fix.
* yarr/YarrCanonicalizeUCS2.h:
(JSC::Yarr::getCanonicalPair):
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (112146 => 112147)
--- trunk/Source/_javascript_Core/ChangeLog 2012-03-26 21:30:45 UTC (rev 112146)
+++ trunk/Source/_javascript_Core/ChangeLog 2012-03-26 21:40:33 UTC (rev 112147)
@@ -1,3 +1,10 @@
+2012-03-26 Gavin Barraclough <[email protected]>
+
+ Unreviewed - speculative Windows build fix.
+
+ * yarr/YarrCanonicalizeUCS2.h:
+ (JSC::Yarr::getCanonicalPair):
+
2012-03-26 Dan Bernstein <[email protected]>
Fixed builds with assertions disabled.
Modified: trunk/Source/_javascript_Core/yarr/YarrCanonicalizeUCS2.h (112146 => 112147)
--- trunk/Source/_javascript_Core/yarr/YarrCanonicalizeUCS2.h 2012-03-26 21:30:45 UTC (rev 112146)
+++ trunk/Source/_javascript_Core/yarr/YarrCanonicalizeUCS2.h 2012-03-26 21:40:33 UTC (rev 112147)
@@ -95,7 +95,8 @@
default:
ASSERT_NOT_REACHED();
}
- return -1;
+ ASSERT_NOT_REACHED();
+ return 0;
}
// Returns true if no other UCS2 codepoint can match this value.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes