Chromium Code Reviews| Index: src/x64/lithium-x64.h |
| diff --git a/src/x64/lithium-x64.h b/src/x64/lithium-x64.h |
| index f66ec1689c98e8a44476b066be849c1f28ea33d6..0c1559be4438c754da99fc4eb53bf984719d3f3a 100644 |
| --- a/src/x64/lithium-x64.h |
| +++ b/src/x64/lithium-x64.h |
| @@ -216,6 +216,11 @@ class LChunk: public ZoneObject { |
| return 0; |
| } |
| + int NearestNextGapPos(int index) const { |
| + UNIMPLEMENTED(); |
| + return 0; |
| + } |
| + |
| void MarkEmptyBlocks() { UNIMPLEMENTED(); } |
| #ifdef DEBUG |