DescriptionRemove deprecated methods from debugger API
Deleting SetDebugEventListener and SetMessageHandler from v8::Debug. this methods were deprecated in 3.20
https://code.google.com/p/v8/source/browse/branches/3.20/include/v8-debug.h but in fact they have been superseded by SetDebugEventListener2 and SetMessageHandler2 long ago.
BUG=None
R=bmeurer@chromium.org, loislo@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=16379
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|