[webkit-reviews] review granted: [Bug 85288] IndexedDB: Optimize single-key get() : [Attachment 144891] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 30 13:32:48 PDT 2012


Tony Chang <tony at chromium.org> has granted Alec Flett
<alecflett at chromium.org>'s request for review:
Bug 85288: IndexedDB: Optimize single-key get()
https://bugs.webkit.org/show_bug.cgi?id=85288

Attachment 144891: Patch
https://bugs.webkit.org/attachment.cgi?id=144891&action=review

------- Additional Comments from Tony Chang <tony at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=144891&action=review


> Source/WebCore/Modules/indexeddb/IDBKeyRange.h:90
> +	   return m_lower == m_upper
> +		   && m_lowerType == LowerBoundOpen
> +		   && m_upperType == UpperBoundClosed;

Nit: I would just keep this on one line.


More information about the webkit-reviews mailing list