Commit 85bca2a3671073409a463a2846abc1951defa430

  • avatar
  • Xan Lopez <xan @web…it.org>
  • Thu Sep 09 08:43:22 CEST 2010
2010-09-08  Xan Lopez  <xlopez@igalia.com>

        Reviewed by Alexey Proskuryakov.

        Remove accessor for private member variable in JSParser
        https://bugs.webkit.org/show_bug.cgi?id=45378

        m_token is private to JSParser, so it does not seem to be useful
        to have an accessor for it. On top of that, the file was both
        using the accessor and directly accessing the member variable,
        only one style should be used.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67065 268f45cc-cd09-0410-ab3c-d52691b4dbfc

This is the initial commit in this repository, browse the initial tree state.