No bug - Fix -Werror multiline-comment warning in previous scroll anchoring log tweak. sigh

CLOSED TREE
This commit is contained in:
Emilio Cobos Álvarez 2019-07-18 00:20:03 +02:00
parent 0f0353066d
commit 24c8f44f2d

View File

@ -21,15 +21,18 @@
using namespace mozilla::dom;
#define ANCHOR_LOG(...)
// #define ANCHOR_LOG(fmt, ...) \
// printf_stderr("ANCHOR(%p, %s): " fmt, this, \
// Frame() \
// ->PresContext() \
// ->Document() \
// ->GetDocumentURI() \
// ->GetSpecOrDefault() \
// .get(), \
// ##__VA_ARGS__)
/*
#define ANCHOR_LOG(fmt, ...) \
printf_stderr("ANCHOR(%p, %s): " fmt, this, \
Frame() \
->PresContext() \
->Document() \
->GetDocumentURI() \
->GetSpecOrDefault() \
.get(), \
##__VA_ARGS__)
*/
namespace mozilla {
namespace layout {