http://codereview.chromium.org/100158/diff/1/3 File include/v8-debug.h (right):
http://codereview.chromium.org/100158/diff/1/3#newcode205 Line 205: static void SetMessageHandler2(MessageHandler2 handler); When all clients are switched to the new message handler we will need to remove the old one and rename SetMessageHandler2 to SetMessageHandler which will break the code anyway. Consider switching to the new API without this intermediate step. http://codereview.chromium.org/100158 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
