Merge m-c to graphics
MozReview-Commit-ID: C13IwWOpf64
This commit is contained in:
@@ -86,8 +86,6 @@ PuppetWidget::PuppetWidget(TabChild* aTabChild)
|
||||
, mCursorHotspotY(0)
|
||||
, mNativeKeyCommandsValid(false)
|
||||
{
|
||||
MOZ_COUNT_CTOR(PuppetWidget);
|
||||
|
||||
mSingleLineCommands.SetCapacity(4);
|
||||
mMultiLineCommands.SetCapacity(4);
|
||||
mRichTextCommands.SetCapacity(4);
|
||||
@@ -98,8 +96,6 @@ PuppetWidget::PuppetWidget(TabChild* aTabChild)
|
||||
|
||||
PuppetWidget::~PuppetWidget()
|
||||
{
|
||||
MOZ_COUNT_DTOR(PuppetWidget);
|
||||
|
||||
Destroy();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user