Chromium Code Reviews| Index: src/v8checks.h |
| diff --git a/src/v8checks.h b/src/v8checks.h |
| index 9857f73d17473078ac60a4e65a11fb26730d890c..76e16fd24e5f2caf8579b3eb5701a05f48ab007d 100644 |
| --- a/src/v8checks.h |
| +++ b/src/v8checks.h |
| @@ -30,8 +30,6 @@ |
| #include "checks.h" |
| -void API_Fatal(const char* location, const char* format, ...); |
| - |
| namespace v8 { |
| class Value; |
| template <class T> class Handle; |