aboutsummaryrefslogtreecommitdiffstats
path: root/test_harnesses
diff options
context:
space:
mode:
Diffstat (limited to 'test_harnesses')
-rw-r--r--test_harnesses/vomnibar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_harnesses/vomnibar.html b/test_harnesses/vomnibar.html
index f9528548..f484279e 100644
--- a/test_harnesses/vomnibar.html
+++ b/test_harnesses/vomnibar.html
@@ -26,7 +26,7 @@
onMessage: { addListener: function(callback) { } },
postMessage: function() { }
};
- window.chrome.extension = {
+ window.chrome.runtime = {
connect: function() { return port; },
sendRequest: function() { },
};