Index: src/code-stubs.h |
diff --git a/src/code-stubs.h b/src/code-stubs.h |
index 19c40f4e8bd8412533144557f1e3480b0e37273f..b2bd163125699b46a4583ee0317ab3c896b04f4b 100644 |
--- a/src/code-stubs.h |
+++ b/src/code-stubs.h |
@@ -1967,10 +1967,6 @@ class CompareICStub : public PlatformCodeStub { |
LeftStateBits::encode(left) | RightStateBits::encode(right) | |
StateBits::encode(state); |
} |
- CompareICStub(Isolate* isolate, ExtraICState extra_ic_state) |
- : PlatformCodeStub(isolate) { |
- minor_key_ = extra_ic_state; |
- } |
Igor Sheludko
2016/06/30 15:29:37
Nice catch! Thank you!
However, I think the right
|
void set_known_map(Handle<Map> map) { known_map_ = map; } |