Bug 124079 - Begin stubbing out a KeyedEncoder class in WebCore
Summary: Begin stubbing out a KeyedEncoder class in WebCore
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-08 16:03 PST by Anders Carlsson
Modified: 2013-11-08 16:23 PST (History)
2 users (show)

See Also:


Attachments
Patch (37.63 KB, patch)
2013-11-08 16:12 PST, Anders Carlsson
sam: review+
eflews.bot: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>