Bug 983049 part.4 Rename nsDispatchingCallback to mozilla::EventDispatchingCallback r=smaug
This commit is contained in:
@@ -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) {}
|
||||
|
||||
Reference in New Issue
Block a user