Bug 1129774. Part 3: Remove aContext parameter from BaseCreate and make it nonvirtual. r=jmathies
This commit is contained in:
@@ -101,7 +101,7 @@ PuppetWidget::Create(nsIWidget *aParent,
|
||||
{
|
||||
MOZ_ASSERT(!aNativeParent, "got a non-Puppet native parent");
|
||||
|
||||
BaseCreate(nullptr, aRect, aContext, aInitData);
|
||||
BaseCreate(nullptr, aRect, aInitData);
|
||||
|
||||
mBounds = aRect;
|
||||
mEnabled = true;
|
||||
|
||||
Reference in New Issue
Block a user