Index: include/v8-debug.h |
diff --git a/include/v8-debug.h b/include/v8-debug.h |
index 9e85dc462cc6d8c5b776600130b0a5fbc062865d..a417c86d85e06b973e5c0e4af48876405f32b99a 100755 |
--- a/include/v8-debug.h |
+++ b/include/v8-debug.h |
@@ -388,6 +388,14 @@ class EXPORT Debug { |
* to change. |
*/ |
static Local<Context> GetDebugContext(); |
+ |
+ |
+ /** |
+ * Optionally enable/disable LiveEdit functionality for the given Isolate |
Erik Corry
2012/08/29 11:00:42
You don't need the word "Optionally" here.
|
+ * (default Isolate if not provided). V8 will abort if LiveEdit is |
+ * unexpectedly used. LiveEdit is enabled by default. |
+ */ |
+ static void SetLiveEditEnabled(bool enable, Isolate* isolate = NULL); |
}; |