 Chromium Code Reviews
 Chromium Code Reviews Issue 9424033:
  Removed Runtime_DefineAccessor.  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
    
  
    Issue 9424033:
  Removed Runtime_DefineAccessor.  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge| Index: src/runtime.h | 
| diff --git a/src/runtime.h b/src/runtime.h | 
| index aeb81d2349d24b85affca387ea596059880720d9..73f82b26e2b99618cea264bbee2851021d7c79cd 100644 | 
| --- a/src/runtime.h | 
| +++ b/src/runtime.h | 
| @@ -274,7 +274,6 @@ namespace internal { | 
| F(SwapElements, 3, 1) \ | 
| \ | 
| /* Getters and Setters */ \ | 
| - F(DefineAccessor, -1 /* 4 or 5 */, 1) \ | 
| F(LookupAccessor, 3, 1) \ | 
| \ | 
| /* Literals */ \ |