Bug 124079

Summary: Begin stubbing out a KeyedEncoder class in WebCore
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: eflews.bot, gyuyoung.kim
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch sam: review+, eflews.bot: commit-queue-

Description Anders Carlsson 2013-11-08 16:03:07 PST
Begin stubbing out a KeyedEncoder class in WebCore
Comment 1 Anders Carlsson 2013-11-08 16:12:51 PST
Created attachment 216456 [details]
Patch
Comment 2 EFL EWS Bot 2013-11-08 16:20:31 PST
Comment on attachment 216456 [details]
Patch

Attachment 216456 [details] did not pass efl-wk2-ews (efl-wk2):
Output: http://webkit-queues.appspot.com/results/22718609
Comment 3 Darin Adler 2013-11-08 16:21:47 PST
Comment on attachment 216456 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=216456&action=review

> Source/WebKit2/Shared/cf/KeyedEncoder.h:37
> +    ~KeyedEncoder();

Should mark this virtual, since we normally do.
Comment 4 Anders Carlsson 2013-11-08 16:23:25 PST
Committed r158971: <http://trac.webkit.org/changeset/158971>