<?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>59585</bug_id>
          
          <creation_ts>2011-04-27 00:33:37 -0700</creation_ts>
          <short_desc>Webkit-gtk build failure, no type/member &apos;Page&apos; in namespace &apos;WebCore&apos;</short_desc>
          <delta_ts>2011-04-28 12:10:54 -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>WebKitGTK</component>
          <version>528+ (Nightly build)</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="ojab">ojab</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>mrobinson</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>393412</commentid>
    <comment_count>0</comment_count>
    <who name="ojab">ojab</who>
    <bug_when>2011-04-27 00:33:37 -0700</bug_when>
    <thetext>Webkit trunk r85024 build fails with both clang &amp; gcc-4.6.0, the error is:

make[1]: Entering directory `/mnt/mnt/backup/sources/webkit&apos;
  CXX    Source/WebKit/gtk/WebCoreSupport/libwebkitgtk_1_0_la-TextCheckerClientEnchant.lo
In file included from Source/WebKit/gtk/WebCoreSupport/TextCheckerClientEnchant.cpp:29:
./Source/WebKit/gtk/webkit/webkitwebviewprivate.h:34:10: error: no type named &apos;Page&apos; in namespace &apos;WebCore&apos;
WebCore::Page* core(WebKitWebView*);
~~~~~~~~~^
./Source/WebKit/gtk/webkit/webkitwebviewprivate.h:35:29: error: no member named &apos;Page&apos; in namespace &apos;WebCore&apos;
WebKitWebView* kit(WebCore::Page*);
                   ~~~~~~~~~^
./Source/WebKit/gtk/webkit/webkitwebviewprivate.h:35:34: error: expected expression
WebKitWebView* kit(WebCore::Page*);
                                 ^
./Source/WebKit/gtk/webkit/webkitwebviewprivate.h:54:14: error: no type named &apos;Page&apos; in namespace &apos;WebCore&apos;
    WebCore::Page* corePage;
    ~~~~~~~~~^
4 errors generated.
make[1]: *** [Source/WebKit/gtk/WebCoreSupport/libwebkitgtk_1_0_la-TextCheckerClientEnchant.lo] Error 1
make[1]: Leaving directory `/mnt/mnt/backup/sources/webkit&apos;
make: *** [all] Error 2</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>393425</commentid>
    <comment_count>1</comment_count>
      <attachid>91250</attachid>
    <who name="ojab">ojab</who>
    <bug_when>2011-04-27 00:50:20 -0700</bug_when>
    <thetext>Created attachment 91250
#include &quot;Page.h&quot; fixes the issue.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>393762</commentid>
    <comment_count>2</comment_count>
      <attachid>91250</attachid>
    <who name="Martin Robinson">mrobinson</who>
    <bug_when>2011-04-27 13:39:37 -0700</bug_when>
    <thetext>Comment on attachment 91250
#include &quot;Page.h&quot; fixes the issue.

Would you be willing to include and fill out a ChangeLog with this patch. Please see the instructions at: http://www.webkit.org/coding/contributing.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>394330</commentid>
    <comment_count>3</comment_count>
      <attachid>91458</attachid>
    <who name="ojab">ojab</who>
    <bug_when>2011-04-28 03:15:38 -0700</bug_when>
    <thetext>Created attachment 91458
&apos;#include &quot;Page.h&quot; &apos; in webkitwebviewprivate.h

This time with Changelog &amp; created with svn-create-patch.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>394450</commentid>
    <comment_count>4</comment_count>
      <attachid>91458</attachid>
    <who name="Martin Robinson">mrobinson</who>
    <bug_when>2011-04-28 08:49:04 -0700</bug_when>
    <thetext>Comment on attachment 91458
&apos;#include &quot;Page.h&quot; &apos; in webkitwebviewprivate.h

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

&gt; Source/WebKit/gtk/webkit/webkitwebviewprivate.h:29
&gt;  #include &quot;GOwnPtr.h&quot;

The style guidelines say this must be in alphabetical order. Sorry I didn&apos;t mention it before. I&apos;ll land this and fix it.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>394650</commentid>
    <comment_count>5</comment_count>
    <who name="Martin Robinson">mrobinson</who>
    <bug_when>2011-04-28 12:10:33 -0700</bug_when>
    <thetext>Committed r85221: &lt;http://trac.webkit.org/changeset/85221&gt;</thetext>
  </long_desc>
      
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>91250</attachid>
            <date>2011-04-27 00:50:20 -0700</date>
            <delta_ts>2011-04-28 03:15:38 -0700</delta_ts>
            <desc>#include &quot;Page.h&quot; fixes the issue.</desc>
            <filename>webcore-page.patch</filename>
            <type>text/plain</type>
            <size>442</size>
            <attacher name="ojab">ojab</attacher>
            
              <data encoding="base64">ZGlmZiAtLWdpdCBhL1NvdXJjZS9XZWJLaXQvZ3RrL3dlYmtpdC93ZWJraXR3ZWJ2aWV3cHJpdmF0
ZS5oIGIvU291cmNlL1dlYktpdC9ndGsvd2Via2l0L3dlYmtpdHdlYnZpZXdwcml2YXRlLmgKaW5k
ZXggYTM1NWE1My4uOTJiMjU2MCAxMDA2NDQKLS0tIGEvU291cmNlL1dlYktpdC9ndGsvd2Via2l0
L3dlYmtpdHdlYnZpZXdwcml2YXRlLmgKKysrIGIvU291cmNlL1dlYktpdC9ndGsvd2Via2l0L3dl
YmtpdHdlYnZpZXdwcml2YXRlLmgKQEAgLTIzLDYgKzIzLDcgQEAKICNpZm5kZWYgd2Via2l0d2Vi
dmlld3ByaXZhdGVfaAogI2RlZmluZSB3ZWJraXR3ZWJ2aWV3cHJpdmF0ZV9oCiAKKyNpbmNsdWRl
ICJQYWdlLmgiCiAjaW5jbHVkZSAiRGF0YU9iamVjdEd0ay5oIgogI2luY2x1ZGUgIkZ1bGxzY3Jl
ZW5WaWRlb0NvbnRyb2xsZXIuaCIKICNpbmNsdWRlICJHT3duUHRyLmgiCg==
</data>
<flag name="review"
          id="84060"
          type_id="1"
          status="-"
          setter="mrobinson"
    />
          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>91458</attachid>
            <date>2011-04-28 03:15:38 -0700</date>
            <delta_ts>2011-04-28 12:10:54 -0700</delta_ts>
            <desc>&apos;#include &quot;Page.h&quot; &apos; in webkitwebviewprivate.h</desc>
            <filename>59585.patch</filename>
            <type>text/plain</type>
            <size>1013</size>
            <attacher name="ojab">ojab</attacher>
            
              <data encoding="base64">SW5kZXg6IFNvdXJjZS9XZWJLaXQvZ3RrL0NoYW5nZUxvZwo9PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBTb3VyY2Uv
V2ViS2l0L2d0ay9DaGFuZ2VMb2cJKHJldmlzaW9uIDg1MTc1KQorKysgU291cmNlL1dlYktpdC9n
dGsvQ2hhbmdlTG9nCSh3b3JraW5nIGNvcHkpCkBAIC0xLDMgKzEsMTIgQEAKKzIwMTEtMDQtMjgg
IG9qYWIgIDxvamFiQG9qYWIucnU+CisKKyAgICAgICAgUmV2aWV3ZWQgYnkgTk9CT0RZIChPT1BT
ISkuCisKKyAgICAgICAgV2Via2l0LWd0ayBidWlsZCBmYWlsdXJlLCBubyB0eXBlL21lbWJlciAn
UGFnZScgaW4gbmFtZXNwYWNlICdXZWJDb3JlJworICAgICAgICBodHRwczovL2J1Z3Mud2Via2l0
Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9NTk1ODUKKworICAgICAgICAqIHdlYmtpdC93ZWJraXR3ZWJ2
aWV3cHJpdmF0ZS5oOgorCiAyMDExLTA0LTI3ICBNYXJ0aW4gUm9iaW5zb24gIDxtcm9iaW5zb25A
aWdhbGlhLmNvbT4KIAogICAgICAgICBSZXZpZXdlZCBieSBFcmljIFNlaWRlbC4KSW5kZXg6IFNv
dXJjZS9XZWJLaXQvZ3RrL3dlYmtpdC93ZWJraXR3ZWJ2aWV3cHJpdmF0ZS5oCj09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0K
LS0tIFNvdXJjZS9XZWJLaXQvZ3RrL3dlYmtpdC93ZWJraXR3ZWJ2aWV3cHJpdmF0ZS5oCShyZXZp
c2lvbiA4NTE3NSkKKysrIFNvdXJjZS9XZWJLaXQvZ3RrL3dlYmtpdC93ZWJraXR3ZWJ2aWV3cHJp
dmF0ZS5oCSh3b3JraW5nIGNvcHkpCkBAIC0yMyw2ICsyMyw3IEBACiAjaWZuZGVmIHdlYmtpdHdl
YnZpZXdwcml2YXRlX2gKICNkZWZpbmUgd2Via2l0d2Vidmlld3ByaXZhdGVfaAogCisjaW5jbHVk
ZSAiUGFnZS5oIgogI2luY2x1ZGUgIkRhdGFPYmplY3RHdGsuaCIKICNpbmNsdWRlICJGdWxsc2Ny
ZWVuVmlkZW9Db250cm9sbGVyLmgiCiAjaW5jbHVkZSAiR093blB0ci5oIgo=
</data>

          </attachment>
      

    </bug>

</bugzilla>