Index: src/objects-inl.h |
=================================================================== |
--- src/objects-inl.h (revision 3263) |
+++ src/objects-inl.h (working copy) |
@@ -2480,9 +2480,6 @@ |
BOOL_ACCESSORS(SharedFunctionInfo, start_position_and_type, is_toplevel, |
kIsTopLevelBit) |
BOOL_GETTER(SharedFunctionInfo, compiler_hints, |
- has_only_this_property_assignments, |
- kHasOnlyThisPropertyAssignments) |
-BOOL_GETTER(SharedFunctionInfo, compiler_hints, |
has_only_simple_this_property_assignments, |
kHasOnlySimpleThisPropertyAssignments) |
BOOL_ACCESSORS(SharedFunctionInfo, |