Revision: 20848
Author: [email protected]
Date: Thu Apr 17 13:45:13 2014 UTC
Log: Fix for a Mac build issue after r20846.
[email protected]
Review URL: https://codereview.chromium.org/241013002
http://code.google.com/p/v8/source/detail?r=20848
Modified:
/branches/bleeding_edge/src/jsregexp.cc
=======================================
--- /branches/bleeding_edge/src/jsregexp.cc Thu Apr 17 13:27:02 2014 UTC
+++ /branches/bleeding_edge/src/jsregexp.cc Thu Apr 17 13:45:13 2014 UTC
@@ -452,10 +452,10 @@
&zone)) {
// Throw an exception if we fail to parse the pattern.
// THIS SHOULD NOT HAPPEN. We already pre-parsed it successfully once.
- ThrowRegExpException(re,
- pattern,
- compile_data.error,
- "malformed_regexp");
+ USE(ThrowRegExpException(re,
+ pattern,
+ compile_data.error,
+ "malformed_regexp"));
return false;
}
RegExpEngine::CompilationResult result =
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.