Chromium Code Reviews| Index: src/ic/ic-compiler.h |
| diff --git a/src/ic/ic-compiler.h b/src/ic/ic-compiler.h |
| index 3b12157a0786f26148e379acf9dd5ef27b6c1449..97c07d0ecaf65a55c110470cf07caf00a711b764 100644 |
| --- a/src/ic/ic-compiler.h |
| +++ b/src/ic/ic-compiler.h |
| @@ -11,9 +11,6 @@ namespace v8 { |
| namespace internal { |
| -enum IcCheckType { ELEMENT, PROPERTY }; |
| - |
| - |
| class PropertyICCompiler : public PropertyAccessCompiler { |
| public: |
| // Finds the Code object stored in the Heap::non_monomorphic_cache(). |