Skip to content

Commit

Permalink
Bug 1402519 - Remove MOZ_CRASHREPORTER directives from docshell; r=bz
Browse files Browse the repository at this point in the history
MozReview-Commit-ID: 4V8AEYX3Xa7

--HG--
extra : rebase_source : b82ac111ceef5c9f01108cd0542c3cae51070ecf
  • Loading branch information
gabrielesvelto committed Oct 10, 2017
1 parent e527eaf commit af62133
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docshell/base/nsDocShell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2424,12 +2424,10 @@ nsDocShell::GetUseRemoteTabs(bool* aUseRemoteTabs)
NS_IMETHODIMP
nsDocShell::SetRemoteTabs(bool aUseRemoteTabs)
{
#ifdef MOZ_CRASHREPORTER
if (aUseRemoteTabs) {
CrashReporter::AnnotateCrashReport(NS_LITERAL_CSTRING("DOMIPCEnabled"),
NS_LITERAL_CSTRING("1"));
}
#endif

mUseRemoteTabs = aUseRemoteTabs;
return NS_OK;
Expand Down

0 comments on commit af62133

Please sign in to comment.