Chromium Code Reviews| Index: src/inspector.h | 
| =================================================================== | 
| --- src/inspector.h (revision 9202) | 
| +++ src/inspector.h (working copy) | 
| @@ -41,7 +41,6 @@ | 
| class Inspector { | 
| public: | 
| - | 
| static void DumpObjectType(FILE* out, Object *obj, bool print_more); | 
| static void DumpObjectType(FILE* out, Object *obj) { | 
| DumpObjectType(out, obj, false); | 
| @@ -59,4 +58,3 @@ | 
| #endif // INSPECTOR | 
| #endif // V8_INSPECTOR_H_ | 
| - |