[Webkit-unassigned] [Bug 76270] implement offline web applications abort API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 13 09:02:41 PST 2012


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





--- Comment #8 from huangxueqing <huangxueqing at baidu.com>  2012-01-13 09:02:41 PST ---
(In reply to comment #7)
> (From update of attachment 122424 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=122424&action=review
> 
> > Source/WebCore/loader/appcache/ApplicationCacheGroup.cpp:475
> > +        frame->domWindow()->console()->addMessage(OtherMessageSource, LogMessageType, TipMessageLevel, "Application Cache download process was aborted.", 0, String());
> 
> The reason the addMessage call is failing to compile is the changes from r104803 and the good news is that it’s easy for you to fix. Just remove the "0, String()" arguments from the end of this line.

Thanks a lot. I will fix it at once. BTW, it's my fatal fault, I didn't to run  ./update-webkit before ./svn-create-patch since it a burden to update webkit from China, it normally take couple hours and connection was aborted many times :(.

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