<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] trunk r207192 fails to compile WebTextChecker* due to missing definition of WKTextCheckerClientBase"
   href="https://bugs.webkit.org/show_bug.cgi?id=163346#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] trunk r207192 fails to compile WebTextChecker* due to missing definition of WKTextCheckerClientBase"
   href="https://bugs.webkit.org/show_bug.cgi?id=163346">bug 163346</a>
              from <span class="vcard"><a class="email" href="mailto:jbedard&#64;apple.com" title="Jonathan Bedard &lt;jbedard&#64;apple.com&gt;"> <span class="fn">Jonathan Bedard</span></a>
</span></b>
        <pre>What is the build configuration?

<a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [SOUP] trunk r207192 fails to compile due to missing std::function being unavailable (missing #include &lt;functional&gt;)"
   href="show_bug.cgi?id=163340">Bug #163340</a> adds access for the TextChecker for testing, which should be in a file named WKTextChecker.h.  What existed in WKTextChecker.h at the time should really be in a file named WKWebTextChecker.h, but renaming this file would be changing API.  WKTextChecker as of <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [SOUP] trunk r207192 fails to compile due to missing std::function being unavailable (missing #include &lt;functional&gt;)"
   href="show_bug.cgi?id=163340">bug #163340</a> is essentially a combination of the two headers.  It breaks convention to preserve API.

In all of our builds, WebTextChecker is never used on Apple's systems, and this is the reason for the defined(__APPLE__).  I'm curious what you're doing to build WebTextChecker while on a system which would, at least to my understanding, usually not support it.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>