summaryrefslogtreecommitdiff
path: root/src/spawn_sync.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/spawn_sync.h')
-rw-r--r--src/spawn_sync.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spawn_sync.h b/src/spawn_sync.h
index 4a71b75202..9a544fa057 100644
--- a/src/spawn_sync.h
+++ b/src/spawn_sync.h
@@ -72,7 +72,7 @@ class SyncProcessStdioPipe {
int Start();
void Close();
- Local<Object> GetOutputAsBuffer() const;
+ Local<Object> GetOutputAsBuffer(Isolate* isolate) const;
inline bool readable() const;
inline bool writable() const;