Index: src/v8utils.h |
diff --git a/src/v8utils.h b/src/v8utils.h |
index 2064c5ac2c97d9d7759009bc79aade7493a3f746..a099d2b05daf2ef83079eb04ba982843309ccb14 100644 |
--- a/src/v8utils.h |
+++ b/src/v8utils.h |
@@ -279,10 +279,6 @@ class MemoryMappedExternalResource: public |
bool exists() const { return file_ != NULL; } |
bool is_empty() const { return length_ == 0; } |
- bool EnsureIsAscii(bool abort_if_failed) const; |
- bool EnsureIsAscii() const { return EnsureIsAscii(true); } |
- bool IsAscii() const { return EnsureIsAscii(false); } |
- |
private: |
void Init(const char* filename); |