 Chromium Code Reviews
 Chromium Code Reviews Issue 2316443002:
  Include only stuff you need, part 8: Fix debug.h -> liveedit.h.  (Closed)
    
  
    Issue 2316443002:
  Include only stuff you need, part 8: Fix debug.h -> liveedit.h.  (Closed) 
  | Index: src/code-stubs.h | 
| diff --git a/src/code-stubs.h b/src/code-stubs.h | 
| index 374edcb1002c133c47b238b3c648d68ce20a4b29..8bb88afde48f0bab973b86f9162b91852316d995 100644 | 
| --- a/src/code-stubs.h | 
| +++ b/src/code-stubs.h | 
| @@ -18,6 +18,8 @@ | 
| namespace v8 { | 
| namespace internal { | 
| +class ObjectLiteral; | 
| + | 
| // List of code stubs used on all platforms. | 
| #define CODE_STUB_LIST_ALL_PLATFORMS(V) \ | 
| /* --- PlatformCodeStubs --- */ \ |