Skip to content

Commit

Permalink
Cleanup whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
rainemak committed Apr 28, 2020
1 parent 3138fc5 commit 1e5184b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embedding/embedlite/utils/WebBrowserChrome.cpp
Expand Up @@ -437,7 +437,7 @@ WebBrowserChrome::HandleEvent(nsIDOMEvent* aEvent)
const uint32_t height = mClientArea->Height() + (y < 0 ? y : 0);
mListener->OnScrolledAreaChanged(width, height);
}

nsCOMPtr<nsIDOMEventTarget> target = do_QueryInterface(window->GetChromeEventHandler());
target->AddEventListener(NS_LITERAL_STRING(MOZ_MozAfterPaint), this, PR_FALSE);
} else if (type.EqualsLiteral(MOZ_pagehide)) {
Expand Down

0 comments on commit 1e5184b

Please sign in to comment.