Index: third_party/WebKit/Source/wtf/dtoa/cached-powers.cc |
diff --git a/third_party/WebKit/Source/wtf/dtoa/cached-powers.cc b/third_party/WebKit/Source/wtf/dtoa/cached-powers.cc |
index 28650257d5ec300141a8a08c540c91f2c113a908..4bc1a74cdc2fb2b8acd7061f409b2402c7300869 100644 |
--- a/third_party/WebKit/Source/wtf/dtoa/cached-powers.cc |
+++ b/third_party/WebKit/Source/wtf/dtoa/cached-powers.cc |
@@ -158,7 +158,7 @@ namespace double_conversion { |
#if ENABLE(ASSERT) |
validateStaticConstants(); |
#endif |
- int kQ = DiyFp::kSignificandSize; |
+ const int kQ = DiyFp::kSignificandSize; |
double k = ceil((min_exponent + kQ - 1) * kD_1_LOG2_10); |
int foo = kCachedPowersOffset; |
int index = |