Bug 111564 - CoordinatedGraphics ArgumentCoder should cast size_t argument to uint32_t
Summary: CoordinatedGraphics ArgumentCoder should cast size_t argument to uint32_t
Status: RESOLVED DUPLICATE of bug 111569
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Zeno Albisser
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-06 05:23 PST by Zeno Albisser
Modified: 2013-04-03 04:45 PDT (History)
6 users (show)

See Also:


Attachments
Patch (2.42 KB, patch)
2013-03-06 05:28 PST, Zeno Albisser
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zeno Albisser 2013-03-06 05:23:22 PST
CoordinatedGraphics ArgumentCoder should cast size_t argument to uint32_t
Comment 1 Zeno Albisser 2013-03-06 05:28:48 PST
Created attachment 191727 [details]
Patch
Comment 2 Kenneth Rohde Christiansen 2013-03-06 05:31:00 PST
Comment on attachment 191727 [details]
Patch

LGTM, so you had compilation issues because of this?
Comment 3 Zeno Albisser 2013-03-06 05:33:04 PST
This fixes a compile error on Qt/Mac introduced by r144787.
Comment 4 Zeno Albisser 2013-03-06 06:08:03 PST

*** This bug has been marked as a duplicate of bug 111569 ***
Comment 5 Csaba Osztrogonác 2013-03-06 06:15:35 PST
(In reply to comment #4)
> 
> *** This bug has been marked as a duplicate of bug 111569 ***

You could have avoided parallel working on the same bug if you mark 
the new bug report as block to the original bug or add a comment 
to the original bug report.
Comment 6 Zeno Albisser 2013-04-03 04:45:02 PDT
Comment on attachment 191727 [details]
Patch

clearing flags.