[Webkit-unassigned] [Bug 42976] Implement IDBKeyPath parser.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 11 22:39:51 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=42976


Adam Barth <abarth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #64124|review?                     |review+, commit-queue-
               Flag|                            |




--- Comment #24 from Adam Barth <abarth at webkit.org>  2010-08-11 22:39:51 PST ---
(From update of attachment 64124)
WebCore/storage/IDBKeyPath.cpp:58
 +        return m_currentTokenType;
Bad indent.  You can also put this all on one line.  Why does the name of the access not match the name of the member variable?

WebCore/storage/IDBKeyPath.cpp:67
 +      const IDBKeyPathElement& currentElement()
Also can be on one line.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list