Bug 1384233 - Remove SizePrintfMacros.h. r=froydnj

We have a minimum requirement of VS 2015 for Windows builds, which supports
the z length modifier for format specifiers. So we don't need SizePrintfMacros.h
any more, and can just use %zu and friends directly everywhere.

MozReview-Commit-ID: 6s78RvPFMzv
This commit is contained in:
Kartikaya Gupta
2017-07-26 16:03:57 -04:00
parent 706dfb5db5
commit 14424677af
143 changed files with 391 additions and 549 deletions

View File

@@ -12,7 +12,6 @@
#include "mozilla/dom/TextTrackCue.h"
#include "mozilla/dom/Event.h"
#include "mozilla/ClearOnShutdown.h"
#include "mozilla/SizePrintfMacros.h"
#include "mozilla/Telemetry.h"
#include "nsComponentManagerUtils.h"
#include "nsGlobalWindow.h"
@@ -285,7 +284,7 @@ TextTrackManager::UpdateCueDisplay()
if (showingCues.Length() > 0) {
WEBVTT_LOG("UpdateCueDisplay ProcessCues");
WEBVTT_LOGV("UpdateCueDisplay showingCues.Length() %" PRIuSIZE, showingCues.Length());
WEBVTT_LOGV("UpdateCueDisplay showingCues.Length() %zu", showingCues.Length());
RefPtr<nsVariantCC> jsCues = new nsVariantCC();
jsCues->SetAsArray(nsIDataType::VTYPE_INTERFACE,