Bug 1505601 - Turn nsIDocShell XPIDL const lists into cenums; r=bzbarsky
Turn all const lists and related attributes into cenums, to provide a vague sense of type safety. Depends on D11715 Differential Revision: https://phabricator.services.mozilla.com/D11716
This commit is contained in:
@@ -102,7 +102,7 @@ LogDocShellState(nsIDocument* aDocumentNode)
|
||||
|
||||
nsAutoCString docShellBusy;
|
||||
nsCOMPtr<nsIDocShell> docShell = aDocumentNode->GetDocShell();
|
||||
uint32_t busyFlags = nsIDocShell::BUSY_FLAGS_NONE;
|
||||
nsIDocShell::BusyFlags busyFlags = nsIDocShell::BUSY_FLAGS_NONE;
|
||||
docShell->GetBusyFlags(&busyFlags);
|
||||
if (busyFlags == nsIDocShell::BUSY_FLAGS_NONE) {
|
||||
printf("'none'");
|
||||
|
||||
Reference in New Issue
Block a user