Chromium Code Reviews| Index: src/lithium.h |
| diff --git a/src/lithium.h b/src/lithium.h |
| index 222e89353e1faf7d6c8e6bf54a2405f2ed79e4d5..b4eb2bb2d091610f3cae6b83ba3039be40f01422 100644 |
| --- a/src/lithium.h |
| +++ b/src/lithium.h |
| @@ -682,7 +682,7 @@ class LChunk: public ZoneObject { |
| Zone* zone() const { return info_->zone(); } |
| - Handle<Code> Codegen(Code::Kind kind); |
| + Handle<Code> Codegen(); |
| protected: |
| LChunk(CompilationInfo* info, HGraph* graph) |