Index: src/code-stubs.h |
diff --git a/src/code-stubs.h b/src/code-stubs.h |
index 4946c5c7bc5509507fed184600d4d52abde3e1af..abb0c9622ca0c1bfd067f3d61477d6f8dd63bc9e 100644 |
--- a/src/code-stubs.h |
+++ b/src/code-stubs.h |
@@ -2046,9 +2046,8 @@ |
bool strict() const { return op() == Token::EQ_STRICT; } |
Condition GetCondition() const; |
- // Although we don't cache anything in the special cache we have to define |
- // this predicate to avoid appearance of code stubs with embedded maps in |
- // the global stub cache. |
+ void AddToSpecialCache(Handle<Code> new_object) override; |
+ bool FindCodeInSpecialCache(Code** code_out) override; |
bool UseSpecialCache() override { |
return state() == CompareICState::KNOWN_RECEIVER; |
} |