Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index e925ad3c1c2f4ef3957678ae0e6e5b47486e4dca..f6d9f0ce99a94ef7077159154803939b7b66dd76 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -5648,7 +5648,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 |