<?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>19363</bug_id>
          
          <creation_ts>2008-06-02 15:34:31 -0700</creation_ts>
          <short_desc>Compiler error in Entity.h</short_desc>
          <delta_ts>2008-06-03 00:57:59 -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>528+ (Nightly build)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows XP</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>Major</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Alexander Vassilev">avasilev</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>82167</commentid>
    <comment_count>0</comment_count>
    <who name="Alexander Vassilev">avasilev</who>
    <bug_when>2008-06-02 15:34:31 -0700</bug_when>
    <thetext>Compiling WebKit with MINGW, cygwin environment.
Compiler says that class Entity has a default constructor but its base class ContainerNode doesn&apos;t have a default constructor. From what I found the Entity class is there only for compatibility, so I made a temporary fix with teh attached patch, but I hope someone competent can solve the problem the right way.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>82168</commentid>
    <comment_count>1</comment_count>
      <attachid>21470</attachid>
    <who name="Alexander Vassilev">avasilev</who>
    <bug_when>2008-06-02 15:36:24 -0700</bug_when>
    <thetext>Created attachment 21470
proposed temporary fix</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>82180</commentid>
    <comment_count>2</comment_count>
      <attachid>21470</attachid>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2008-06-03 00:56:51 -0700</bug_when>
    <thetext>Comment on attachment 21470
proposed temporary fix

I think that this is basically the right fix. I&apos;ll land it with some modifications.

+    Entity(): ContainerNode(0){};

We&apos;d write this as

+    Entity() : ContainerNode(0) {}

Also, the constructor should be private for clarity.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>82181</commentid>
    <comment_count>3</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2008-06-03 00:57:59 -0700</bug_when>
    <thetext>Fixed in &lt;http://trac.webkit.org/changeset/34336&gt;.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>21470</attachid>
            <date>2008-06-02 15:36:24 -0700</date>
            <delta_ts>2008-06-03 00:56:51 -0700</delta_ts>
            <desc>proposed temporary fix</desc>
            <filename>wxwebkit_Entity_patch.patch</filename>
            <type>text/plain</type>
            <size>552</size>
            <attacher name="Alexander Vassilev">avasilev</attacher>
            
              <data encoding="base64">SW5kZXg6IFdlYkNvcmUvZG9tL0VudGl0eS5oCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIFdlYkNvcmUvZG9tL0Vu
dGl0eS5oCShyZXZpc2lvbiAzNDI2NykKKysrIFdlYkNvcmUvZG9tL0VudGl0eS5oCSh3b3JraW5n
IGNvcHkpCkBAIC0zMCw2ICszMCw3IEBAIG5hbWVzcGFjZSBXZWJDb3JlIHsKIC8vIGNhbiBjb250
aW51ZSB0byBiZSBjb21waWxlZC4KIGNsYXNzIEVudGl0eSA6IHB1YmxpYyBDb250YWluZXJOb2Rl
IHsKIHB1YmxpYzoKKyAgICBFbnRpdHkoKTogQ29udGFpbmVyTm9kZSgwKXt9OwogICAgIFN0cmlu
ZyBwdWJsaWNJZCgpIGNvbnN0IHsgQVNTRVJUX05PVF9SRUFDSEVEKCk7IHJldHVybiBTdHJpbmco
KTsgfQogICAgIFN0cmluZyBzeXN0ZW1JZCgpIGNvbnN0IHsgQVNTRVJUX05PVF9SRUFDSEVEKCk7
IHJldHVybiBTdHJpbmcoKTsgfQogICAgIFN0cmluZyBub3RhdGlvbk5hbWUoKSBjb25zdCB7IEFT
U0VSVF9OT1RfUkVBQ0hFRCgpOyByZXR1cm4gU3RyaW5nKCk7IH0K
</data>
<flag name="review"
          id="9398"
          type_id="1"
          status="+"
          setter="ap"
    />
          </attachment>
      

    </bug>

</bugzilla>