Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Unified Diff: LayoutTests/storage/indexeddb/resources/intversion-encoding.js

Issue 11184033: Merge 131658 - IndexedDB: Enforce unsigned long/unsigned long long ranges (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1271/
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/storage/indexeddb/resources/intversion-encoding.js
===================================================================
--- LayoutTests/storage/indexeddb/resources/intversion-encoding.js (revision 131667)
+++ LayoutTests/storage/indexeddb/resources/intversion-encoding.js (working copy)
@@ -9,7 +9,7 @@
0x7f,
0x80,
0x80000000,
- 9007199254740992]; // 2^53, maximum JavaScript integer.
+ 9007199254740991]; // 2^53-1, maximum JavaScript integer.
function test()
{
« no previous file with comments | « LayoutTests/storage/indexeddb/resources/intversion-bad-parameters.js ('k') | Source/WebCore/Modules/indexeddb/IDBCursor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698