| Index: src/heap.h
|
| ===================================================================
|
| --- src/heap.h (revision 3808)
|
| +++ src/heap.h (working copy)
|
| @@ -101,7 +101,6 @@
|
| V(Code, js_entry_code, JsEntryCode) \
|
| V(Code, js_construct_entry_code, JsConstructEntryCode) \
|
| V(Code, c_entry_code, CEntryCode) \
|
| - V(Code, debugger_statement_code, DebuggerStatementCode) \
|
| V(FixedArray, number_string_cache, NumberStringCache) \
|
| V(FixedArray, single_character_string_cache, SingleCharacterStringCache) \
|
| V(FixedArray, natives_source_cache, NativesSourceCache) \
|
| @@ -1046,7 +1045,6 @@
|
| // These four Create*EntryStub functions are here because of a gcc-4.4 bug
|
| // that assigns wrong vtable entries.
|
| static void CreateCEntryStub();
|
| - static void CreateCEntryDebugBreakStub();
|
| static void CreateJSEntryStub();
|
| static void CreateJSConstructEntryStub();
|
| static void CreateRegExpCEntryStub();
|
|
|