зеркало из https://github.com/mozilla/pjs.git
Change namespace to aNamespame to avoid reserved C++ keyword. Bug 380125, r=gavin, patch by tom.germeau@gmail.com
This commit is contained in:
Родитель
8ff583ea12
Коммит
04ee6166a7
|
@ -92,5 +92,5 @@ interface nsIFeedResult : nsISupports {
|
|||
/**
|
||||
* Registers a prefix used to access an extension in the feed/entry
|
||||
*/
|
||||
void registerExtensionPrefix(in AString namespace, in AString prefix);
|
||||
void registerExtensionPrefix(in AString aNamespace, in AString aPrefix);
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче