<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>208882</bug_id>
          
          <creation_ts>2020-03-10 14:20:29 -0700</creation_ts>
          <short_desc>[PlayStation] incomplete type &apos;WebCore::ScrollingStateFrameScrollingNode&apos; named in nested name specifier</short_desc>
          <delta_ts>2020-03-10 16:37:16 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebCore Misc.</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Stephan Szabo">stephan.szabo</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>cmarcelo</cc>
    
    <cc>commit-queue</cc>
    
    <cc>don.olmstead</cc>
    
    <cc>ews-watchlist</cc>
    
    <cc>fred.wang</cc>
    
    <cc>jamesr</cc>
    
    <cc>koivisto</cc>
    
    <cc>luiz</cc>
    
    <cc>ross.kirsling</cc>
    
    <cc>simon.fraser</cc>
    
    <cc>tonikitoo</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1628378</commentid>
    <comment_count>0</comment_count>
    <who name="Stephan Szabo">stephan.szabo</who>
    <bug_when>2020-03-10 14:20:29 -0700</bug_when>
    <thetext>We started seeing errors in the ENABLE(SCROLLING_THREAD) block with:

../../Source/WebCore\page/scrolling/ScrollingTreeScrollingNode.cpp:98:34: error: incomplete type &apos;WebCore::ScrollingStateFrameScrollingNode&apos; named in nested name specifier
    if (state.hasChangedProperty(ScrollingStateFrameScrollingNode::ReasonsForSynchronousScrolling))</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1628379</commentid>
    <comment_count>1</comment_count>
      <attachid>393178</attachid>
    <who name="Stephan Szabo">stephan.szabo</who>
    <bug_when>2020-03-10 14:23:37 -0700</bug_when>
    <thetext>Created attachment 393178
Patch

Adding include for ScrollingStateFrameScrollingNode, checking if this is okay on the various EWS bots.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1628400</commentid>
    <comment_count>2</comment_count>
      <attachid>393178</attachid>
    <who name="Ross Kirsling">ross.kirsling</who>
    <bug_when>2020-03-10 15:17:51 -0700</bug_when>
    <thetext>Comment on attachment 393178
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=393178&amp;action=review

Seems like more than a PS port fix, this is a missing include from r258012?

&gt; Source/WebCore/page/scrolling/ScrollingTreeScrollingNode.cpp:34
&gt; +#if ENABLE(SCROLLING_THREAD)
&gt; +#include &quot;ScrollingStateFrameScrollingNode.h&quot;
&gt; +#endif

Judging from other CPP files that include this, I think you can probably get away without guarding the include.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1628403</commentid>
    <comment_count>3</comment_count>
    <who name="Stephan Szabo">stephan.szabo</who>
    <bug_when>2020-03-10 15:26:18 -0700</bug_when>
    <thetext>I&apos;m not sure if anyone else is hitting the code in question with the combination of enable flags, but noticed it from the PlayStation buildbot.

I&apos;d figured I&apos;d guard the include to prevent bringing in the full include for cases that were okay with just the forward declaration, but can do it unconditionally.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1628427</commentid>
    <comment_count>4</comment_count>
      <attachid>393178</attachid>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2020-03-10 16:36:43 -0700</bug_when>
    <thetext>Comment on attachment 393178
Patch

Clearing flags on attachment: 393178

Committed r258238: &lt;https://trac.webkit.org/changeset/258238&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1628428</commentid>
    <comment_count>5</comment_count>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2020-03-10 16:36:44 -0700</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1628429</commentid>
    <comment_count>6</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2020-03-10 16:37:16 -0700</bug_when>
    <thetext>&lt;rdar://problem/60297518&gt;</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>393178</attachid>
            <date>2020-03-10 14:23:37 -0700</date>
            <delta_ts>2020-03-10 16:36:43 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>208882.1.diff</filename>
            <type>text/plain</type>
            <size>1361</size>
            <attacher name="Stephan Szabo">stephan.szabo</attacher>
            
              <data encoding="base64">ZGlmZiAtLWdpdCBhL1NvdXJjZS9XZWJDb3JlL0NoYW5nZUxvZyBiL1NvdXJjZS9XZWJDb3JlL0No
YW5nZUxvZwppbmRleCA4ZDJlZjBmMTFjMy4uMGU3YTBlOWE2NDMgMTAwNjQ0Ci0tLSBhL1NvdXJj
ZS9XZWJDb3JlL0NoYW5nZUxvZworKysgYi9Tb3VyY2UvV2ViQ29yZS9DaGFuZ2VMb2cKQEAgLTEs
MyArMSwxNiBAQAorMjAyMC0wMy0xMCAgU3RlcGhhbiBTemFibyAgPHN0ZXBoYW4uc3phYm9Ac29u
eS5jb20+CisKKyAgICAgICAgW1BsYXlTdGF0aW9uXSBpbmNvbXBsZXRlIHR5cGUgJ1dlYkNvcmU6
OlNjcm9sbGluZ1N0YXRlRnJhbWVTY3JvbGxpbmdOb2RlJyBuYW1lZCBpbiBuZXN0ZWQgbmFtZSBz
cGVjaWZpZXIKKyAgICAgICAgaHR0cHM6Ly9idWdzLndlYmtpdC5vcmcvc2hvd19idWcuY2dpP2lk
PTIwODg4MgorCisgICAgICAgIFJldmlld2VkIGJ5IE5PQk9EWSAoT09QUyEpLgorCisgICAgICAg
IE5vIG5ldyB0ZXN0cywgYnVpbGQgZml4LgorCisgICAgICAgICogcGFnZS9zY3JvbGxpbmcvU2Ny
b2xsaW5nVHJlZVNjcm9sbGluZ05vZGUuY3BwOgorICAgICAgICAgIEFkZCBpbmNsdWRlIG9mIFNj
cm9sbGluZ1N0YXRlRnJhbWVTY3JvbGxpbmdOb2RlCisgICAgICAgICAgd2hlbiBFTkFCTEUoU0NS
T0xMSU5HX1RIUkVBRCkgaXMgdHJ1ZS4KKwogMjAyMC0wMy0xMCAgU2FpZCBBYm91LUhhbGxhd2Eg
IDxzYWJvdWhhbGxhd2FAYXBwbGUuY29tPgogCiAgICAgICAgIFJlbW92ZSB0aGUgc3BlY2lhbCBE
aXNwbGF5TGlzdCBoYW5kbGluZyBpbiBDYW52YXNSZW5kZXJpbmdDb250ZXh0MkRCYXNlCmRpZmYg
LS1naXQgYS9Tb3VyY2UvV2ViQ29yZS9wYWdlL3Njcm9sbGluZy9TY3JvbGxpbmdUcmVlU2Nyb2xs
aW5nTm9kZS5jcHAgYi9Tb3VyY2UvV2ViQ29yZS9wYWdlL3Njcm9sbGluZy9TY3JvbGxpbmdUcmVl
U2Nyb2xsaW5nTm9kZS5jcHAKaW5kZXggNmI3Zjc3NDUzZmMuLmVhMjhlMDk1NTMwIDEwMDY0NAot
LS0gYS9Tb3VyY2UvV2ViQ29yZS9wYWdlL3Njcm9sbGluZy9TY3JvbGxpbmdUcmVlU2Nyb2xsaW5n
Tm9kZS5jcHAKKysrIGIvU291cmNlL1dlYkNvcmUvcGFnZS9zY3JvbGxpbmcvU2Nyb2xsaW5nVHJl
ZVNjcm9sbGluZ05vZGUuY3BwCkBAIC0yOSw2ICsyOSw5IEBACiAjaWYgRU5BQkxFKEFTWU5DX1ND
Uk9MTElORykKIAogI2luY2x1ZGUgIkxvZ2dpbmcuaCIKKyNpZiBFTkFCTEUoU0NST0xMSU5HX1RI
UkVBRCkKKyNpbmNsdWRlICJTY3JvbGxpbmdTdGF0ZUZyYW1lU2Nyb2xsaW5nTm9kZS5oIgorI2Vu
ZGlmCiAjaW5jbHVkZSAiU2Nyb2xsaW5nU3RhdGVTY3JvbGxpbmdOb2RlLmgiCiAjaW5jbHVkZSAi
U2Nyb2xsaW5nU3RhdGVUcmVlLmgiCiAjaW5jbHVkZSAiU2Nyb2xsaW5nVHJlZS5oIgo=
</data>

          </attachment>
      

    </bug>

</bugzilla>