Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 9ce05831b484c86c6cdc478ae8af2b1c5e0d5681..529597a771ed0c6209946bc01e3e918f9dbda9e7 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -4545,18 +4545,18 @@ class V8EXPORT V8 { |
* See also the --prof and --prof_auto command line switches to |
* enable V8 profiling. |
*/ |
- static void PauseProfiler(); |
+ V8_DEPRECATED(static void PauseProfiler()); |
/** |
* Resumes recording of tick samples in the profiler. |
* See also PauseProfiler(). |
*/ |
- static void ResumeProfiler(); |
+ V8_DEPRECATED(static void ResumeProfiler()); |
/** |
* Return whether profiler is currently paused. |
*/ |
- static bool IsProfilerPaused(); |
+ V8_DEPRECATED(static bool IsProfilerPaused()); |
/** |
* Retrieve the V8 thread id of the calling thread. |