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; using namespace mozilla::dom;
#define ANCHOR_LOG(...) #define ANCHOR_LOG(...)
// #define ANCHOR_LOG(fmt, ...) \
// printf_stderr("ANCHOR(%p, %s): " fmt, this, \ /*
// Frame() \ #define ANCHOR_LOG(fmt, ...) \
// ->PresContext() \ printf_stderr("ANCHOR(%p, %s): " fmt, this, \
// ->Document() \ Frame() \
// ->GetDocumentURI() \ ->PresContext() \
// ->GetSpecOrDefault() \ ->Document() \
// .get(), \ ->GetDocumentURI() \
// ##__VA_ARGS__) ->GetSpecOrDefault() \
.get(), \
##__VA_ARGS__)
*/
namespace mozilla { namespace mozilla {
namespace layout { namespace layout {