Chromium Code Reviews| Index: src/stub-cache.h |
| diff --git a/src/stub-cache.h b/src/stub-cache.h |
| index 663201b9d0efbe59049ee7573aed802a139356c0..19d54f8beae12accedffb2d50445ad6fb24533dc 100644 |
| --- a/src/stub-cache.h |
| +++ b/src/stub-cache.h |
| @@ -210,7 +210,6 @@ class StubCache : public AllStatic { |
| static Object* ComputeCallDebugPrepareStepIn(int argc, Code::Kind kind); |
| #endif |
| - |
| // Update cache for entry hash(name, map). |
| static Code* Set(String* name, Map* map, Code* code); |