| Index: src/factory.h
|
| diff --git a/src/factory.h b/src/factory.h
|
| index a19f297c00f1b859491a15406ab5040aac28bf05..11928e684a1020eb6a44054782f378f9b5da5281 100644
|
| --- a/src/factory.h
|
| +++ b/src/factory.h
|
| @@ -605,16 +605,6 @@ class Factory V8_FINAL {
|
| Handle<Object> script,
|
| Handle<Object> stack_frames);
|
|
|
| - Handle<SeededNumberDictionary> DictionaryAtNumberPut(
|
| - Handle<SeededNumberDictionary>,
|
| - uint32_t key,
|
| - Handle<Object> value);
|
| -
|
| - Handle<UnseededNumberDictionary> DictionaryAtNumberPut(
|
| - Handle<UnseededNumberDictionary>,
|
| - uint32_t key,
|
| - Handle<Object> value);
|
| -
|
| #ifdef ENABLE_DEBUGGER_SUPPORT
|
| Handle<DebugInfo> NewDebugInfo(Handle<SharedFunctionInfo> shared);
|
| #endif
|
|
|