[Webkit-unassigned] [Bug 38661] Persist V8's ScriptData to cache

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 19 17:10:54 PDT 2010


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





--- Comment #39 from Tony Gentilcore <tonyg at chromium.org>  2010-06-19 17:10:54 PST ---
(In reply to comment #38)
> (From update of attachment 59121 [details])
> ok.  I wish we had interdiffs so I could see what you changed, but this look correct.

Old:
static const unsigned minPreparseLength = 1024;

New:
static const int minPreparseLength = 1024;

-- 
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