# HG changeset patch # User Wolfgang Rosenauer # Date 1282801626 -7200 # Node ID c77d3787a02d5c8de35f7913b3b3656c724cc350 # Parent d6fa6dc539c10f86e687bb8ea91ee226327632fc Fix integration of Sync (non-GRE) diff -r d6fa6dc539c1 -r c77d3787a02d 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); }