WebKit Bugzilla
Attachment 373726 Details for
Bug 199623
: Fix LOG_DISABLED and TREE_DEBUGGING enabled build.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-199623-20190709095031.patch (text/plain), 1.30 KB, created by
zalan
on 2019-07-09 09:50:32 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
zalan
Created:
2019-07-09 09:50:32 PDT
Size:
1.30 KB
patch
obsolete
>Subversion Revision: 247257 >diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog >index 5192537beda30a7a91b48fe51f9afe813c439205..c5ccacb47c72bde9b6b0ae50d0ab8b284bcce527 100644 >--- a/Source/WebCore/ChangeLog >+++ b/Source/WebCore/ChangeLog >@@ -1,3 +1,13 @@ >+2019-07-09 Zalan Bujtas <zalan@apple.com> >+ >+ Fix LOG_DISABLED and TREE_DEBUGGING enabled build. >+ https://bugs.webkit.org/show_bug.cgi?id=199623 >+ <rdar://problem/52837648> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * rendering/RenderLayerCompositor.cpp: >+ > 2019-07-09 Zalan Bujtas <zalan@apple.com> > > [LFC][IFC] Remove InlineItem references from inline runs. >diff --git a/Source/WebCore/rendering/RenderLayerCompositor.cpp b/Source/WebCore/rendering/RenderLayerCompositor.cpp >index 7e4b3761310c1e2a7270e374883833de23404811..a1130dab38176198873e9afa14b8c028cacfdb7c 100644 >--- a/Source/WebCore/rendering/RenderLayerCompositor.cpp >+++ b/Source/WebCore/rendering/RenderLayerCompositor.cpp >@@ -275,7 +275,7 @@ void RenderLayerCompositor::BackingSharingState::updateAfterDescendantTraversal( > layer.backing()->clearBackingSharingLayers(); > } > >-#if !LOG_DISABLED >+#if !LOG_DISABLED || ENABLE(TREE_DEBUGGING) > static inline bool compositingLogEnabled() > { > return LogCompositing.state == WTFLogChannelState::On;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 199623
:
373725
| 373726