<?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>7397</bug_id>
          
          <creation_ts>2006-02-20 17:54:39 -0800</creation_ts>
          <short_desc>TCPageMap.h would not compile for me because string.h was missing</short_desc>
          <delta_ts>2006-02-21 09:01:27 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>JavaScriptCore</component>
          <version>420+</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</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>0</everconfirmed>
          <reporter name="Michael Emmel">mike.emmel</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>33549</commentid>
    <comment_count>0</comment_count>
    <who name="Michael Emmel">mike.emmel</who>
    <bug_when>2006-02-20 17:54:39 -0800</bug_when>
    <thetext>TCPageMap.h would not compile for me because string.h was missing thus
not picking up memset


Index: JavaScriptCore/kxmlcore/TCPageMap.h
===================================================================
--- JavaScriptCore/kxmlcore/TCPageMap.h (revision 12896)
+++ JavaScriptCore/kxmlcore/TCPageMap.h (working copy)
@@ -53,6 +53,7 @@
 #else
 #include &lt;sys/types.h&gt;
 #endif

+#include &lt;string.h&gt;

 #include &quot;kxmlcore/Assertions.h&quot;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>33560</commentid>
    <comment_count>1</comment_count>
    <who name="Joost de Valk (AlthA)">joost</who>
    <bug_when>2006-02-20 22:30:33 -0800</bug_when>
    <thetext>Hi Reporter, 

i&apos;ve seen this thread on the mailinglist, but the proper procedure here would be to tell in the summary of the bugreport what is failing for you, and then add the patch to this as an attachment, setting a &quot;review ?&quot; flag on it.

I&apos;ll do this for you for now :)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>33561</commentid>
    <comment_count>2</comment_count>
      <attachid>6636</attachid>
    <who name="Joost de Valk (AlthA)">joost</who>
    <bug_when>2006-02-20 22:32:19 -0800</bug_when>
    <thetext>Created attachment 6636
patch

As said above.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>33570</commentid>
    <comment_count>3</comment_count>
      <attachid>6636</attachid>
    <who name="Darin Adler">darin</who>
    <bug_when>2006-02-20 23:07:08 -0800</bug_when>
    <thetext>Comment on attachment 6636
patch

Looks fine, r=me.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>6636</attachid>
            <date>2006-02-20 22:32:19 -0800</date>
            <delta_ts>2006-02-20 23:07:08 -0800</delta_ts>
            <desc>patch</desc>
            <filename>include_string.h.patch</filename>
            <type>text/plain</type>
            <size>336</size>
            <attacher name="Joost de Valk (AlthA)">joost</attacher>
            
              <data encoding="base64">SW5kZXg6IEphdmFTY3JpcHRDb3JlL2t4bWxjb3JlL1RDUGFnZU1hcC5oCj09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0t
IEphdmFTY3JpcHRDb3JlL2t4bWxjb3JlL1RDUGFnZU1hcC5oIChyZXZpc2lvbiAxMjg5NikKKysr
IEphdmFTY3JpcHRDb3JlL2t4bWxjb3JlL1RDUGFnZU1hcC5oICh3b3JraW5nIGNvcHkpCkBAIC01
Myw2ICs1Myw3IEBACiAjZWxzZQogI2luY2x1ZGUgPHN5cy90eXBlcy5oPgogI2VuZGlmCgorI2lu
Y2x1ZGUgPHN0cmluZy5oPgoKICNpbmNsdWRlICJreG1sY29yZS9Bc3NlcnRpb25zLmgi
</data>
<flag name="review"
          id="1662"
          type_id="1"
          status="+"
          setter="darin"
    />
          </attachment>
      

    </bug>

</bugzilla>