Bug 117021 - [GTK] Fix pass_by_value coverity warning in ChromeClientGtk
Summary: [GTK] Fix pass_by_value coverity warning in ChromeClientGtk
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 104114
  Show dependency treegraph
 
Reported: 2013-05-30 01:21 PDT by Enrique Ocaña
Modified: 2013-05-30 13:39 PDT (History)
6 users (show)

See Also:


Attachments
Patch (1.49 KB, patch)
2013-05-30 01:33 PDT, Enrique Ocaña
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Enrique Ocaña 2013-05-30 01:21:50 PDT
Coverity warned about this issue in ChromeClientGtk:

pass_by_value: Passing parameter dirtyRegion of type WebCore::Region (size 448 bytes) by value.

This was documented in https://docs.google.com/spreadsheet/ccc?key=0AvP3bJqGv0uXdExmcXU4anowQ3E2M0luWkltZXFuSEE#gid=0 (row 7033), linked from Bug #104114.
Comment 1 Enrique Ocaña 2013-05-30 01:33:24 PDT
Created attachment 203322 [details]
Patch
Comment 2 WebKit Commit Bot 2013-05-30 13:39:04 PDT
Comment on attachment 203322 [details]
Patch

Clearing flags on attachment: 203322

Committed r150976: <http://trac.webkit.org/changeset/150976>
Comment 3 WebKit Commit Bot 2013-05-30 13:39:06 PDT
All reviewed patches have been landed.  Closing bug.