Bug 87970 - [chromium] Add copy constructor to WebFilterOperations
Summary: [chromium] Add copy constructor to WebFilterOperations
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: Dana Jansens
URL:
Keywords:
Depends on:
Blocks: 87877
  Show dependency treegraph
 
Reported: 2012-05-31 07:09 PDT by Dana Jansens
Modified: 2012-05-31 11:49 PDT (History)
9 users (show)

See Also:


Attachments
Patch (1.42 KB, patch)
2012-05-31 07:12 PDT, Dana Jansens
jamesr: review+
Details | Formatted Diff | Diff

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