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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 13 08:38:05 PST 2012


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





--- Comment #7 from Darin Adler <darin at apple.com>  2012-01-13 08:38:04 PST ---
(From update of attachment 122424)
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.

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