Index: runtime/vm/object.h |
diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
index 2239799140a8983cd3d7bf3ae7e781314fe23db2..85321cec0f9eeb56ebc0049c62c1083dfff6be05 100644 |
--- a/runtime/vm/object.h |
+++ b/runtime/vm/object.h |
@@ -2293,7 +2293,7 @@ class Function : public Object { |
// Not thread-safe; must be called in the main thread. |
// Sets function's code and code's function. |
- void InstallOptimizedCode(const Code& code, bool is_osr) const; |
+ void InstallOptimizedCode(const Code& code) const; |
void AttachCode(const Code& value) const; |
void SetInstructions(const Code& value) const; |
void ClearCode() const; |