Backed out changeset ce357b802532 (bug 1046841) for merge conflicts with bug 977026.

This commit is contained in:
Ryan VanderMeulen
2014-08-01 16:00:35 -04:00
parent a87c9fbc1f
commit c21ff0fd3b
12 changed files with 1840 additions and 2042 deletions

View File

@@ -34,7 +34,7 @@ public:
* to be loaded multiple times. The Module object should either be
* statically or permanently allocated; it will not be freed.
*/
virtual const Module* LoadModule(mozilla::FileLocation& aFile) = 0;
virtual const Module* LoadModule(mozilla::FileLocation &aFile) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(ModuleLoader, MOZILLA_MODULELOADER_PSEUDO_IID)