Index: src/ic/x64/ic-x64.cc |
diff --git a/src/ic/x64/ic-x64.cc b/src/ic/x64/ic-x64.cc |
index 0d3d07298b9b2d607d65965ba5347ba1af32cef9..ab400e2c8ac6c79c35d932b1488e28eb6747f945 100644 |
--- a/src/ic/x64/ic-x64.cc |
+++ b/src/ic/x64/ic-x64.cc |
@@ -680,7 +680,7 @@ void LoadIC::GenerateMiss(MacroAssembler* masm, int stress) { |
// Sanity check: The receiver must be a JS-exposed kind of object, |
// not something internal (like a Map, or FixedArray). Check this here |
// to chase after a rare but recurring crash bug. |
- // TODO(jkummerow): Remove this when it has generated a few crash reports. |
+ // TODO(chromium:527994): Remove this when we have a few crash reports. |
Label ok, sound_alarm; |
__ JumpIfSmi(receiver, &ok, Label::kNear); |