Fix integration of Sync (non-GRE)
authorWolfgang Rosenauer <wr@rosenauer.org>
Thu, 26 Aug 2010 07:47:06 +0200
changeset 144 c77d3787a02d
parent 142 d6fa6dc539c1
child 145 6308a275f0a0
Fix integration of Sync (non-GRE)
firefox-sync-build.patch
--- a/firefox-sync-build.patch	Wed Aug 25 15:09:21 2010 +0200
+++ b/firefox-sync-build.patch	Thu Aug 26 07:47:06 2010 +0200
@@ -40,7 +40,7 @@
        return;
  
 -    let uri = ioService.newURI("resource://gre/modules/services-sync/",
-+    let uri = ioService.newURI("resource://modules/services-sync/",
++    let uri = ioService.newURI("resource:///modules/services-sync/",
                                 null, null);
      resProt.setSubstitution("services-sync", uri);
    }