Skip to content

Commit

Permalink
Workarounded TimeStamp == assert
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeshkova committed Nov 7, 2014
1 parent 20002a8 commit d700002
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions embedding/embedlite/embedthread/EmbedLiteCompositorParent.cpp
Expand Up @@ -46,6 +46,8 @@ EmbedLiteCompositorParent::EmbedLiteCompositorParent(nsIWidget* aWidget,
MOZ_ASSERT(view, "Something went wrong, Compositor not suspended on destroy?");
EmbedLiteViewThreadParent* pview = static_cast<EmbedLiteViewThreadParent*>(view->GetImpl());
pview->SetCompositor(this);
// Workaround for MOZ_ASSERT(!aOther.IsNull(), "Cannot compute with aOther null value");
mLastCompose = TimeStamp::Now();
}

EmbedLiteCompositorParent::~EmbedLiteCompositorParent()
Expand Down

0 comments on commit d700002

Please sign in to comment.