<?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>113792</bug_id>
          
          <creation_ts>2013-04-02 09:08:34 -0700</creation_ts>
          <short_desc>[WK2][EFL] --minimal build fails with error: ‘decode’ is not a member of ‘WebCore::TextCheckingResult’</short_desc>
          <delta_ts>2013-04-21 09:24:34 -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>WebKit2</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>114367</dup_id>
          
          <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="Ed Bartosh">bartosh</reporter>
          <assigned_to name="Ed Bartosh">bartosh</assigned_to>
          <cc>gyuyoung.kim</cc>
    
    <cc>kalyan.kondapally</cc>
    
    <cc>kenneth</cc>
    
    <cc>laszlo.gombos</cc>
    
    <cc>tmpsantos</cc>
    
    <cc>webkit.review.bot</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>867909</commentid>
    <comment_count>0</comment_count>
    <who name="Ed Bartosh">bartosh</who>
    <bug_when>2013-04-02 09:08:34 -0700</bug_when>
    <thetext>build-webkit --efl --cmakeargs=&quot;-DSHARED_CORE=ON&quot; --minimal fails with this error:

In file included from /home/ed/git/wk/WebKit/Source/WebKit2/Platform/CoreIPC/ArgumentDecoder.h:29:0,
                 from /home/ed/git/wk/WebKit/Source/WebKit2/Platform/CoreIPC/Arguments.h:29,
                 from /home/ed/git/wk/WebKit/Source/WebKit2/Platform/CoreIPC/Connection.h:31,
                 from /home/ed/git/wk/WebKit/Source/WebKit2/Platform/CoreIPC/MessageSender.h:30,
                 from /home/ed/git/wk/WebKit/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /home/ed/git/wk/WebKit/Source/WebKit2/WebProcess/WebCoreSupport/efl/WebEditorClientEfl.cpp:32:
/home/ed/git/wk/WebKit/Source/WebKit2/Platform/CoreIPC/ArgumentCoder.h: In instantiation of ‘static bool CoreIPC::ArgumentCoder&lt;T&gt;::decode(CoreIPC::ArgumentDecoder&amp;, T&amp;) [with T = WebCore::TextCheckingResult]’:
/home/ed/git/wk/WebKit/Source/WebKit2/Platform/CoreIPC/ArgumentDecoder.h:90:49:   required from ‘bool CoreIPC::ArgumentDecoder::decode(T&amp;) [with T = WebCore::TextCheckingResult]’
/home/ed/git/wk/WebKit/Source/WebKit2/Platform/CoreIPC/ArgumentCoders.h:115:13:   required from ‘static bool CoreIPC::VectorArgumentCoder&lt;false, T&gt;::decode(CoreIPC::ArgumentDecoder&amp;, WTF::Vector&lt;CharacterType&gt;&amp;) [with T = WebCore::TextCheckingResult]’
/home/ed/git/wk/WebKit/Source/WebKit2/Platform/CoreIPC/ArgumentDecoder.h:90:49:   required from ‘bool CoreIPC::ArgumentDecoder::decode(T&amp;) [with T = WTF::Vector&lt;WebCore::TextCheckingResult&gt;]’
/home/ed/git/wk/WebKit/Source/WebKit2/Platform/CoreIPC/Arguments.h:67:47:   required from ‘static bool CoreIPC::Arguments1&lt;T1&gt;::decode(CoreIPC::ArgumentDecoder&amp;, CoreIPC::Arguments1&lt;T1&gt;&amp;) [with T1 = WTF::Vector&lt;WebCore::TextCheckingResult&gt;&amp;; CoreIPC::Arguments1&lt;T1&gt; = CoreIPC::Arguments1&lt;WTF::Vector&lt;WebCore::TextCheckingResult&gt;&amp;&gt;]’
/home/ed/git/wk/WebKit/Source/WebKit2/Platform/CoreIPC/ArgumentCoder.h:44:36:   required from ‘static bool CoreIPC::ArgumentCoder&lt;T&gt;::decode(CoreIPC::ArgumentDecoder&amp;, T&amp;) [with T = CoreIPC::Arguments1&lt;WTF::Vector&lt;WebCore::TextCheckingResult&gt;&amp;&gt;]’
/home/ed/git/wk/WebKit/Source/WebKit2/Platform/CoreIPC/ArgumentDecoder.h:90:49:   required from ‘bool CoreIPC::ArgumentDecoder::decode(T&amp;) [with T = CoreIPC::Arguments1&lt;WTF::Vector&lt;WebCore::TextCheckingResult&gt;&amp;&gt;]’
/home/ed/git/wk/WebKit/Source/WebKit2/Platform/CoreIPC/Connection.h:381:70:   required from ‘bool CoreIPC::Connection::sendSync(const T&amp;, const typename T::Reply&amp;, uint64_t, double, unsigned int) [with T = Messages::WebPageProxy::CheckTextOfParagraph; typename T::Reply = CoreIPC::Arguments1&lt;WTF::Vector&lt;WebCore::TextCheckingResult&gt;&amp;&gt;; uint64_t = long unsigned int]’
/home/ed/git/wk/WebKit/Source/WebKit2/Platform/CoreIPC/MessageSender.h:69:75:   required from ‘bool CoreIPC::MessageSender&lt;T&gt;::sendSync(const U&amp;, const typename U::Reply&amp;, uint64_t, double) [with U = Messages::WebPageProxy::CheckTextOfParagraph; T = WebKit::WebPage; typename U::Reply = CoreIPC::Arguments1&lt;WTF::Vector&lt;WebCore::TextCheckingResult&gt;&amp;&gt;; uint64_t = long unsigned int]’
/home/ed/git/wk/WebKit/Source/WebKit2/Platform/CoreIPC/MessageSender.h:61:88:   required from ‘bool CoreIPC::MessageSender&lt;T&gt;::sendSync(const U&amp;, const typename U::Reply&amp;, double) [with U = Messages::WebPageProxy::CheckTextOfParagraph; T = WebKit::WebPage; typename U::Reply = CoreIPC::Arguments1&lt;WTF::Vector&lt;WebCore::TextCheckingResult&gt;&amp;&gt;]’
/home/ed/git/wk/WebKit/Source/WebKit2/WebProcess/WebCoreSupport/efl/WebEditorClientEfl.cpp:66:165:   required from here
/home/ed/git/wk/WebKit/Source/WebKit2/Platform/CoreIPC/ArgumentCoder.h:44:36: error: ‘decode’ is not a member of ‘WebCore::TextCheckingResult’
/home/ed/git/wk/WebKit/Source/WebKit2/Platform/CoreIPC/ArgumentCoder.h: In static member function ‘static bool CoreIPC::ArgumentCoder&lt;T&gt;::decode(CoreIPC::ArgumentDecoder&amp;, T&amp;) [with T = WebCore::TextCheckingResult]’:
/home/ed/git/wk/WebKit/Source/WebKit2/Platform/CoreIPC/ArgumentCoder.h:45:5: error: control reaches end of non-void function [-Werror=return-type]
cc1plus: all warnings being treated as errors
make[2]: *** [Source/WebKit2/CMakeFiles/ewebkit2.dir/WebProcess/WebCoreSupport/efl/WebEditorClientEfl.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [Source/WebKit2/CMakeFiles/ewebkit2.dir/all] Error 2
make: *** [all] Error 2</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>867997</commentid>
    <comment_count>1</comment_count>
    <who name="Ed Bartosh">bartosh</who>
    <bug_when>2013-04-02 10:37:47 -0700</bug_when>
    <thetext>I&apos;m working on this bug. Please don&apos;t assign to another person.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>878870</commentid>
    <comment_count>2</comment_count>
    <who name="Ed Bartosh">bartosh</who>
    <bug_when>2013-04-21 09:24:34 -0700</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of bug 114367 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>