commit 5f536abaebd7a75ed15673e4aad7996b7bded693
parent a4e9775abc8fa595454662e7c9592bae794f180a
Author: Simon Kornblith <simon@simonster.com>
Date: Mon, 11 Jul 2011 05:00:04 +0000
Missed file from r9815
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/chrome/content/zotero/xpcom/pipe_worker.js b/chrome/content/zotero/xpcom/pipe_worker.js
@@ -42,6 +42,7 @@ onmessage = function(event) {
// define buffer for reading from fifo
const BUFFER_SIZE = 4096;
+ postMessage(["Open", null]);
while(true) {
var buf = ctypes.char.array(BUFFER_SIZE)("");