| Index: src/ic/ic-compiler.h
|
| diff --git a/src/ic/ic-compiler.h b/src/ic/ic-compiler.h
|
| index fa3ba15af27e5e4c53a77a982b52bbff86a233d2..e0fa60ab01676422ea2cdd74cce0375a0a52a726 100644
|
| --- a/src/ic/ic-compiler.h
|
| +++ b/src/ic/ic-compiler.h
|
| @@ -20,13 +20,6 @@ class PropertyICCompiler : public PropertyAccessCompiler {
|
| MapHandleList* receiver_maps, MapHandleList* transitioned_maps,
|
| CodeHandleList* handlers, KeyedAccessStoreMode store_mode);
|
|
|
| - // Helpers
|
| - // TODO(verwaest): Move all uses of these helpers to the PropertyICCompiler
|
| - // and make the helpers private.
|
| - static void GenerateRuntimeSetProperty(MacroAssembler* masm,
|
| - LanguageMode language_mode);
|
| -
|
| -
|
| private:
|
| explicit PropertyICCompiler(Isolate* isolate)
|
| : PropertyAccessCompiler(isolate, Code::KEYED_STORE_IC,
|
|
|