Bug 983049 part.4 Rename nsDispatchingCallback to mozilla::EventDispatchingCallback r=smaug

This commit is contained in:
Masayuki Nakano
2014-03-18 13:48:20 +09:00
parent 7ab6d426bd
commit 7dcad256bc
8 changed files with 19 additions and 17 deletions

View File

@@ -444,7 +444,7 @@ public:
PresShell* mShell;
};
class MOZ_STACK_CLASS nsPresShellEventCB : public nsDispatchingCallback
class MOZ_STACK_CLASS nsPresShellEventCB : public EventDispatchingCallback
{
public:
nsPresShellEventCB(PresShell* aPresShell) : mPresShell(aPresShell) {}