Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index a1c50478c3c75bf5c9328e8b5c38e1412b4af5e3..bc133a8a4535faad596da435721243934c23351f 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -5645,7 +5645,7 @@ class SharedFunctionInfo: public HeapObject { |
// Disable (further) attempted optimization of all functions sharing this |
// shared function info. |
- void DisableOptimization(); |
+ void DisableOptimization(const char* reason); |
// Lookup the bailout ID and ASSERT that it exists in the non-optimized |
// code, returns whether it asserted (i.e., always true if assertions are |