Index: include/v8-testing.h |
diff --git a/include/v8-testing.h b/include/v8-testing.h |
index d18fc72583675cb807d3b637cbb528a5a2de5a09..f67bf2530d6bd89634a5648208ffb5a6bd53e628 100644 |
--- a/include/v8-testing.h |
+++ b/include/v8-testing.h |
@@ -39,7 +39,7 @@ class V8_EXPORT Testing { |
/** |
* Force deoptimization of all functions. |
*/ |
- static void DeoptimizeAll(); |
+ static void DeoptimizeAll(Isolate* isolate); |
}; |