Skip to content

Commit

Permalink
Fixed back threaded embedlite backend
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeshkova committed Jan 29, 2015
1 parent 9a78e2e commit 5451182
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion embedding/embedlite/EmbedLiteApp.cpp
Expand Up @@ -237,7 +237,6 @@ EmbedLiteApp::StartChildThread()
}

GeckoLoader::InitEmbedding(mProfilePath);
mAppParent = EmbedLiteAppProcessParent::CreateEmbedLiteAppProcessParent();

mAppParent = new EmbedLiteAppThreadParent();
mAppChild = new EmbedLiteAppThreadChild(mUILoop);
Expand Down

0 comments on commit 5451182

Please sign in to comment.