Skip to content

Commit

Permalink
Use original version of JS component
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeshkova committed Feb 10, 2013
1 parent c92d0ef commit c0c684d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions jscomps/SessionStore.js
Expand Up @@ -10,8 +10,6 @@ const Cr = Components.results;
Cu.import("resource://gre/modules/XPCOMUtils.jsm");
Cu.import("resource://gre/modules/Services.jsm");

//@line 17 "/home/romaxa/build/xulrunner-package/mozilla-central/mobile/xul/components/SessionStore.js"

XPCOMUtils.defineLazyGetter(this, "NetUtil", function() {
Cu.import("resource://gre/modules/NetUtil.jsm");
return NetUtil;
Expand Down Expand Up @@ -543,7 +541,6 @@ SessionStore.prototype = {
},

_updateCrashReportURL: function ss_updateCrashReportURL(aWindow) {
//@line 566 "/home/romaxa/build/xulrunner-package/mozilla-central/mobile/xul/components/SessionStore.js"
},

getBrowserState: function ss_getBrowserState() {
Expand Down

0 comments on commit c0c684d

Please sign in to comment.