<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:aestes&#64;apple.com" title="Andy Estes &lt;aestes&#64;apple.com&gt;"> <span class="fn">Andy Estes</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - AX: richer text change notifications"
   href="https://bugs.webkit.org/show_bug.cgi?id=142719">bug 142719</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
               &nbsp;
           </td>
           <td>aestes&#64;apple.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - AX: richer text change notifications"
   href="https://bugs.webkit.org/show_bug.cgi?id=142719#c119">Comment # 119</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - AX: richer text change notifications"
   href="https://bugs.webkit.org/show_bug.cgi?id=142719">bug 142719</a>
              from <span class="vcard"><a class="email" href="mailto:aestes&#64;apple.com" title="Andy Estes &lt;aestes&#64;apple.com&gt;"> <span class="fn">Andy Estes</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=142719#c118">comment #118</a>)
<span class="quote">&gt; I believe I've used subscripting in previous bugs without issue. What are
&gt; the constraints for when I can and can't use subscripts/object literals?</span >

<a href="http://clang.llvm.org/docs/ObjectiveCLiterals.html#id4">http://clang.llvm.org/docs/ObjectiveCLiterals.html#id4</a> tells you:

&quot;An Objective-C subscript expression occurs when the base operand of the C subscript operator has an Objective-C object pointer type. Since this potentially collides with pointer arithmetic on the value, these expressions are only supported under the modern Objective-C runtime, which categorically forbids such arithmetic.&quot;

As Alexey pointed out, WebKit still supports the legacy runtime for 32-bit Mac applications. Any code that compiles in that configuration cannot use modern runtime features.</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>