<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - REGRESSION(182495): Error's &quot;column&quot; property should not be readonly"
   href="https://bugs.webkit.org/show_bug.cgi?id=146047#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - REGRESSION(182495): Error's &quot;column&quot; property should not be readonly"
   href="https://bugs.webkit.org/show_bug.cgi?id=146047">bug 146047</a>
              from <span class="vcard"><a class="email" href="mailto:joepeck&#64;webkit.org" title="Joseph Pecoraro &lt;joepeck&#64;webkit.org&gt;"> <span class="fn">Joseph Pecoraro</span></a>
</span></b>
        <pre><span class="quote">&gt; &gt; Object.getOwnPropertyDescriptor(error, &quot;lineNumber&quot;)
&gt; &lt; {value: 1, writable: true, enumerable: true, configurable: true} = $3</span >

Ahh, this is misleading since no such property already existed, this was just added by me.

I think the relevant part of the original change was:

+        obj-&gt;putDirect(vm, vm.propertyNames-&gt;line, jsNumber(line), ReadOnly | DontDelete);
+        obj-&gt;putDirect(vm, vm.propertyNames-&gt;column, jsNumber(column), ReadOnly | DontDelete);</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>