diff options
| author | Maksim Ryzhikov | 2013-09-12 15:26:50 +0400 | 
|---|---|---|
| committer | Maksim Ryzhikov | 2013-09-12 15:26:50 +0400 | 
| commit | 9278d262c56301e997ccb214814543f64c7ba30b (patch) | |
| tree | ba4902e0c52e01ba915290d0a3319153d98ce3e8 /test_harnesses | |
| parent | 2030c2b74fba975373a9d1841f2ca5a7feadff17 (diff) | |
| download | vimium-9278d262c56301e997ccb214814543f64c7ba30b.tar.bz2 | |
Changed deprecated chrome.extension on chrome.runtime in all files and fix tests
Diffstat (limited to 'test_harnesses')
| -rw-r--r-- | test_harnesses/vomnibar.html | 2 | 
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() { },        }; | 
