Index: src/pending-compilation-error-handler.h |
diff --git a/src/pending-compilation-error-handler.h b/src/pending-compilation-error-handler.h |
index 6190d49f5294dbeec59ddb1108d389443fa440b1..563bef93a241b029afe481e978a148598cac4169 100644 |
--- a/src/pending-compilation-error-handler.h |
+++ b/src/pending-compilation-error-handler.h |
@@ -75,8 +75,11 @@ class PendingCompilationErrorHandler { |
bool has_pending_error() const { return has_pending_error_; } |
void ThrowPendingError(Isolate* isolate, Handle<Script> script); |
+ Handle<String> FormatMessage(Isolate* isolate); |
private: |
+ Handle<String> ArgumentString(Isolate* isolate); |
+ |
bool has_pending_error_; |
int start_position_; |
int end_position_; |