Commit 1f0af25b authored by ricow's avatar ricow Committed by Commit bot

Remove trailing enum comma, I see arm compile failures due to this

R=yangguo@chromium.org
BUG=

Review URL: https://codereview.chromium.org/961263002

Cr-Commit-Position: refs/heads/master@{#26923}
parent 9ac336f2
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment