<?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>157800</bug_id>
          
          <creation_ts>2016-05-17 10:32:44 -0700</creation_ts>
          <short_desc>Fix the allinone-build on Linux in Source/WebCore/html/HTMLElementsAllInOne.cpp</short_desc>
          <delta_ts>2016-05-18 13:45:38 -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>New Bugs</component>
          <version>Other</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></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Csaba Osztrogonác">ossy</reporter>
          <assigned_to name="Csaba Osztrogonác">ossy</assigned_to>
          <cc>cdumez</cc>
    
    <cc>commit-queue</cc>
    
    <cc>esprehn+autocc</cc>
    
    <cc>gyuyoung.kim</cc>
    
    <cc>ossy</cc>
    
    <cc>ryanhaddad</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1193866</commentid>
    <comment_count>0</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2016-05-17 10:32:44 -0700</bug_when>
    <thetext>The allinone build is broken if HTMLCanvasElement.cpp is included in Source/WebCore/html/HTMLElementsAllInOne.cpp

In file included from ../../Source/WebCore/html/HTMLCanvasElement.cpp:33:0,
                 from ../../Source/WebCore/html/HTMLElementsAllInOne.cpp:47:
../../Source/WebCore/html/canvas/CanvasRenderingContext2D.h:131:15: error: anonymous scoped enum is not allowed
In file included from ../../Source/WebCore/html/HTMLCanvasElement.cpp:33:0,
                 from ../../Source/WebCore/html/HTMLElementsAllInOne.cpp:47:
../../Source/WebCore/html/canvas/CanvasRenderingContext2D.h:131:5: error: elaborated-type-specifier for a scoped enum must not use the &apos;class&apos; keyword [-Werror]
In file included from ../../Source/WebCore/html/HTMLCanvasElement.cpp:33:0,
                 from ../../Source/WebCore/html/HTMLElementsAllInOne.cpp:47:
../../Source/WebCore/html/canvas/CanvasRenderingContext2D.h:131:15: error: expected identifier before numeric constant
../../Source/WebCore/html/canvas/CanvasRenderingContext2D.h:131:15: error: expected unqualified-id before numeric constant</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1193867</commentid>
    <comment_count>1</comment_count>
      <attachid>279136</attachid>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2016-05-17 10:35:04 -0700</bug_when>
    <thetext>Created attachment 279136
Patch

Removing HTMLCanvasElement.cpp from Source/WebCore/html/HTMLElementsAllInOne.cpp fixes the broken build. But maybe we can find better fix for it.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1194204</commentid>
    <comment_count>2</comment_count>
      <attachid>279136</attachid>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2016-05-18 01:54:37 -0700</bug_when>
    <thetext>Comment on attachment 279136
Patch

Let&apos;s land it as is, I don&apos;t have time to investigate magic build failures.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1194310</commentid>
    <comment_count>3</comment_count>
      <attachid>279136</attachid>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2016-05-18 10:24:52 -0700</bug_when>
    <thetext>Comment on attachment 279136
Patch

Clearing flags on attachment: 279136

Committed r201084: &lt;http://trac.webkit.org/changeset/201084&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1194311</commentid>
    <comment_count>4</comment_count>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2016-05-18 10:24:57 -0700</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1194380</commentid>
    <comment_count>5</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2016-05-18 12:42:31 -0700</bug_when>
    <thetext>And it looks like this change broke the Apple Windows build :/

&lt;https://build.webkit.org/builders/Apple%20Win%20Release%20%28Build%29/builds/77812&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1194404</commentid>
    <comment_count>6</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2016-05-18 13:45:38 -0700</bug_when>
    <thetext>(In reply to comment #4)
&gt; All reviewed patches have been landed.  Closing bug.

Well, I take that back. My first attempt at a clean build failed because the bot mangled its tools. Another bot successfully built after the clean &lt;https://build.webkit.org/builders/Apple%20Win%20Debug%20%28Build%29/builds/94901&gt;

Sorry for the noise.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>279136</attachid>
            <date>2016-05-17 10:35:04 -0700</date>
            <delta_ts>2016-05-18 10:24:52 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-157800-20160517103600.patch</filename>
            <type>text/plain</type>
            <size>1279</size>
            <attacher name="Csaba Osztrogonác">ossy</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMjAxMDE4CmRpZmYgLS1naXQgYS9Tb3VyY2UvV2ViQ29yZS9D
aGFuZ2VMb2cgYi9Tb3VyY2UvV2ViQ29yZS9DaGFuZ2VMb2cKaW5kZXggNmY3OGQxYTFhMmQ3NDQ5
Y2VmNWQwNGY0ZDIzMzY2MGNlNDU3ZTEyZC4uNjFjYzBkYTA0ZjI0ZmY4YjJmNGEwNzIwZGM3NTM0
ZWQyMDc3MzgzYSAxMDA2NDQKLS0tIGEvU291cmNlL1dlYkNvcmUvQ2hhbmdlTG9nCisrKyBiL1Nv
dXJjZS9XZWJDb3JlL0NoYW5nZUxvZwpAQCAtMSw1ICsxLDE0IEBACiAyMDE2LTA1LTE3ICBDc2Fi
YSBPc3p0cm9nb27DoWMgIDxvc3N5QHdlYmtpdC5vcmc+CiAKKyAgICAgICAgRml4IHRoZSBhbGxp
bm9uZS1idWlsZCBvbiBMaW51eCBpbiBTb3VyY2UvV2ViQ29yZS9odG1sL0hUTUxFbGVtZW50c0Fs
bEluT25lLmNwcAorICAgICAgICBodHRwczovL2J1Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/
aWQ9MTU3ODAwCisKKyAgICAgICAgUmV2aWV3ZWQgYnkgTk9CT0RZIChPT1BTISkuCisKKyAgICAg
ICAgKiBodG1sL0hUTUxFbGVtZW50c0FsbEluT25lLmNwcDoKKworMjAxNi0wNS0xNyAgQ3NhYmEg
T3N6dHJvZ29uw6FjICA8b3NzeUB3ZWJraXQub3JnPgorCiAgICAgICAgIEZpeCB0aGUgIUVOQUJM
RShXRUJfVElNSU5HKSBidWlsZCBhZnRlciByMjAwODg3CiAgICAgICAgIGh0dHBzOi8vYnVncy53
ZWJraXQub3JnL3Nob3dfYnVnLmNnaT9pZD0xNTc3OTYKIApkaWZmIC0tZ2l0IGEvU291cmNlL1dl
YkNvcmUvaHRtbC9IVE1MRWxlbWVudHNBbGxJbk9uZS5jcHAgYi9Tb3VyY2UvV2ViQ29yZS9odG1s
L0hUTUxFbGVtZW50c0FsbEluT25lLmNwcAppbmRleCA0ZTZlMTE4MjA5YzQ1YjgwOTEwZTI0ZWRk
ZWEyNmYxNzA5YTZmNzlkLi5hNmY2OGNhNzY4YmM5NzQ0NmZkNjE5NWMwOTVjMWNmYWNmOGQxMjE4
IDEwMDY0NAotLS0gYS9Tb3VyY2UvV2ViQ29yZS9odG1sL0hUTUxFbGVtZW50c0FsbEluT25lLmNw
cAorKysgYi9Tb3VyY2UvV2ViQ29yZS9odG1sL0hUTUxFbGVtZW50c0FsbEluT25lLmNwcApAQCAt
NDQsNyArNDQsNiBAQAogI2luY2x1ZGUgIkhUTUxCYXNlRm9udEVsZW1lbnQuY3BwIgogI2luY2x1
ZGUgIkhUTUxCb2R5RWxlbWVudC5jcHAiCiAjaW5jbHVkZSAiSFRNTEJ1dHRvbkVsZW1lbnQuY3Bw
IgotI2luY2x1ZGUgIkhUTUxDYW52YXNFbGVtZW50LmNwcCIKICNpbmNsdWRlICJIVE1MRGF0YUVs
ZW1lbnQuY3BwIgogI2luY2x1ZGUgIkhUTUxEYXRhTGlzdEVsZW1lbnQuY3BwIgogI2luY2x1ZGUg
IkhUTUxEZXRhaWxzRWxlbWVudC5jcHAiCg==
</data>

          </attachment>
      

    </bug>

</bugzilla>