Bug 885804: Renaming in js/layout/ipc r=roc

This commit is contained in:
David Zbarsky
2013-07-08 11:48:39 -04:00
parent 89b9f3844a
commit a9265a1b96
8 changed files with 18 additions and 18 deletions

View File

@@ -26,14 +26,14 @@ public:
RecvExecuteCommand(const nsString& aCommand);
PTestShellCommandChild*
AllocPTestShellCommand(const nsString& aCommand);
AllocPTestShellCommandChild(const nsString& aCommand);
bool
RecvPTestShellCommandConstructor(PTestShellCommandChild* aActor,
const nsString& aCommand);
bool
DeallocPTestShellCommand(PTestShellCommandChild* aCommand);
DeallocPTestShellCommandChild(PTestShellCommandChild* aCommand);
private:
nsAutoPtr<XPCShellEnvironment> mXPCShell;