Chromium Code Reviews| Index: runtime/vm/stub_code.h |
| =================================================================== |
| --- runtime/vm/stub_code.h (revision 36643) |
| +++ runtime/vm/stub_code.h (working copy) |
| @@ -68,7 +68,7 @@ |
| // abstract out common code executed from generated dart code. |
| class StubEntry { |
| public: |
| - StubEntry(const char* name, const Code& code); |
| + explicit StubEntry(const Code& code); |
| ~StubEntry() {} |
| const ExternalLabel& label() const { return label_; } |