Index: src/hydrogen-instructions.h |
diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h |
index e92d747f54c179cc05cbd779ffd8b3c411d52486..fb6fe29ed6bdbd7a87be40825fa1ee0a4de246ac 100644 |
--- a/src/hydrogen-instructions.h |
+++ b/src/hydrogen-instructions.h |
@@ -2281,6 +2281,8 @@ class HCheckPrototypeMaps: public HTemplateInstruction<0> { |
return Representation::None(); |
} |
+ virtual void PrintDataTo(StringStream* stream); |
+ |
virtual intptr_t Hashcode() { |
ASSERT(!HEAP->IsAllocationAllowed()); |
intptr_t hash = reinterpret_cast<intptr_t>(*prototype()); |