Skip to content

Commit

Permalink
Merge branch 'embedlite' of github.com:tmeshkova/gecko-dev into embed…
Browse files Browse the repository at this point in the history
…lite
  • Loading branch information
tmeshkova committed Jul 8, 2014
2 parents 8ff5d2b + 23d2089 commit e5a1ea6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions embedding/embedlite/EmbedLiteApp.cpp
Expand Up @@ -333,6 +333,7 @@ void
EmbedLiteApp::SendObserve(const char* aMessageName, const char16_t* aMessage)
{
LOGT("topic:%s", aMessageName);
NS_ENSURE_TRUE(mAppParent, );
unused << mAppParent->SendObserve(nsDependentCString(aMessageName), aMessage ? nsDependentString((const char16_t*)aMessage) : nsString());
}

Expand Down

0 comments on commit e5a1ea6

Please sign in to comment.