Reviewers: Yang,
Description:
Remove trailing enum comma, I see arm compile failures due to this
[email protected]
BUG=
Please review this at https://codereview.chromium.org/961263002/
Base URL: https://chromium.googlesource.com/v8/v8@master
Affected files (+1, -1 lines):
M src/serialize.h
Index: src/serialize.h
diff --git a/src/serialize.h b/src/serialize.h
index
8118eef12ae14680e707f1b28b2f36bc1215ca2b..415d54244e7dd1b787f480fed7d1e41c33de2d29
100644
--- a/src/serialize.h
+++ b/src/serialize.h
@@ -981,7 +981,7 @@ class SerializedCodeData : public SerializedData {
SOURCE_MISMATCH = 3,
CPU_FEATURES_MISMATCH = 4,
FLAGS_MISMATCH = 5,
- CHECKSUM_MISMATCH = 6,
+ CHECKSUM_MISMATCH = 6
};
SanityCheckResult SanityCheck(String* source) const;
--
--
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.