Index: src/heap.h |
diff --git a/src/heap.h b/src/heap.h |
index eb66c277d480eb92929e6c0a593011e2c2971180..41b44d7a78847fe0e35a28b3d2a8e348a97cb170 100644 |
--- a/src/heap.h |
+++ b/src/heap.h |
@@ -738,8 +738,6 @@ class Heap { |
// Maintain marking consistency for IncrementalMarking. |
void AdjustLiveBytes(Address address, int by, InvocationMode mode); |
- bool InternalizeStringIfExists(String* str, String** result); |
- |
// Converts the given boolean condition to JavaScript boolean value. |
inline Object* ToBoolean(bool condition); |