Skip to content

Commit

Permalink
[embedlite] Fix nsWindow::Create overloading. JB#49551
Browse files Browse the repository at this point in the history
  • Loading branch information
rainemak committed Apr 22, 2020
1 parent 399f7a3 commit 3271ceb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions embedding/embedlite/embedshared/nsWindow.cpp
Expand Up @@ -73,9 +73,7 @@ nsresult
nsWindow::Create(nsIWidget *aParent, nsNativeWidget aNativeParent, const LayoutDeviceIntRect &aRect, nsWidgetInitData *aInitData)
{
LOGT();
Unused << Create(aParent, aNativeParent, aRect, aInitData);

// XXX: Move to EmbedLiteWindow?
Unused << PuppetWidgetBase::Create(aParent, aNativeParent, aRect, aInitData);
gfxPlatform::GetPlatform();

#if DEBUG
Expand Down

0 comments on commit 3271ceb

Please sign in to comment.