Bug 87970

Summary: [chromium] Add copy constructor to WebFilterOperations
Product: WebKit Reporter: Dana Jansens <danakj>
Component: New BugsAssignee: Dana Jansens <danakj>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, dglazkov, enne, fishd, jamesr, piman, tkent+wkapi, webkit.review.bot, wjmaclean
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 87877    
Attachments:
Description Flags
Patch jamesr: review+

Description Dana Jansens 2012-05-31 07:09:31 PDT
[chromium] Add copy constructor to WebFilterOperations
Comment 1 Dana Jansens 2012-05-31 07:12:11 PDT
Created attachment 145085 [details]
Patch
Comment 2 WebKit Review Bot 2012-05-31 07:14:41 PDT
Please wait for approval from abarth@webkit.org, dglazkov@chromium.org, fishd@chromium.org, jamesr@chromium.org or tkent@chromium.org before submitting, as this patch contains changes to the Chromium public API. See also https://trac.webkit.org/wiki/ChromiumWebKitAPI.
Comment 3 James Robinson 2012-05-31 10:22:36 PDT
Comment on attachment 145085 [details]
Patch

R=me.  The idea is that WebFilterOperations should generally act like a value type, we expect to copy them about.
Comment 4 Dana Jansens 2012-05-31 11:49:07 PDT
Committed r119129: <http://trac.webkit.org/changeset/119129>