Chromium Code Reviews| Index: src/v8globals.h |
| diff --git a/src/v8globals.h b/src/v8globals.h |
| index a85c828c7ca2d6255669c946cfc51fb45a78eb9e..ac05ca9d862deb9202357e959ad6fe21878b2d91 100644 |
| --- a/src/v8globals.h |
| +++ b/src/v8globals.h |
| @@ -444,14 +444,6 @@ enum SmiCheckType { |
| }; |
| -// Used to specify whether a receiver is implicitly or explicitly |
| -// provided to a call. |
| -enum CallKind { |
| - CALL_AS_METHOD, |
| - CALL_AS_FUNCTION |
| -}; |
| - |
| - |
| enum ScopeType { |
| EVAL_SCOPE, // The top-level scope for an eval source. |
| FUNCTION_SCOPE, // The top-level scope for a function. |