WebKit Bugzilla
Attachment 360340 Details for
Bug 193905
: ScrollingTreeFrameScrollingNode.cpp need to #include "ScrollingStateFrameScrollingNode.h"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-193905-20190128224906.patch (text/plain), 1.29 KB, created by
cathiechen
on 2019-01-28 06:49:08 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
cathiechen
Created:
2019-01-28 06:49:08 PST
Size:
1.29 KB
patch
obsolete
>Subversion Revision: 240578 >diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog >index 57c90ac0041c15326a3440a20e6486cac0496a85..11114a63e91b12a687ddad79a4be139cd4c003db 100644 >--- a/Source/WebCore/ChangeLog >+++ b/Source/WebCore/ChangeLog >@@ -1,3 +1,13 @@ >+2019-01-28 cathie chen <cathiechen@igalia.com> >+ >+ Add missing #include in ScrollingTreeFrameScrollingNode.cpp >+ https://bugs.webkit.org/show_bug.cgi?id=193905 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * page/scrolling/ScrollingTreeFrameScrollingNode.cpp: Add >+ #include "ScrollingStateFrameScrollingNode.h" >+ > 2019-01-27 Michael Catanzaro <mcatanzaro@igalia.com> > > Unreviewed, fix WPE/GTK debug builds after r240557 >diff --git a/Source/WebCore/page/scrolling/ScrollingTreeFrameScrollingNode.cpp b/Source/WebCore/page/scrolling/ScrollingTreeFrameScrollingNode.cpp >index de5214a1aea6b4a114943a7a7266298a320fa259..f15a559d6e7114292a8ffc6976246d9c89024c8a 100644 >--- a/Source/WebCore/page/scrolling/ScrollingTreeFrameScrollingNode.cpp >+++ b/Source/WebCore/page/scrolling/ScrollingTreeFrameScrollingNode.cpp >@@ -30,6 +30,7 @@ > > #include "FrameView.h" > #include "Logging.h" >+#include "ScrollingStateFrameScrollingNode.h" > #include "ScrollingStateTree.h" > #include "ScrollingTree.h" > #include <wtf/text/TextStream.h>
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 193905
: 360340