Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(163)

Unified Diff: src/debug.h

Issue 753553002: Phantom references support internal fields (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Don't forget to visit pointers to live objects so they can be updated to new location Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/debug.h
diff --git a/src/debug.h b/src/debug.h
index 26d6ea589527744fb15b28fa87017be7bc560e15..edb833daaaa0dcd8c2029647477dcb2933c68d52 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -447,8 +447,7 @@ class Debug {
Object** restarter_frame_function_pointer);
// Passed to MakeWeak.
- static void HandleWeakDebugInfo(
- const v8::WeakCallbackData<v8::Value, void>& data);
+ static void HandlePhantomDebugInfo(const v8::PhantomCallbackData<void>& data);
// Threading support.
char* ArchiveDebug(char* to);

Powered by Google App Engine
This is Rietveld 408576698