Bug 89460 - [WK2] Properly encode/decode service in IntentData
Summary: [WK2] Properly encode/decode service in IntentData
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks: 88303
  Show dependency treegraph
 
Reported: 2012-06-19 04:31 PDT by Chris Dumez
Modified: 2012-06-21 11:15 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.56 KB, patch)
2012-06-19 04:34 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2012-06-19 04:31:20 PDT
IntentData now has a "service" member but the IntentData::encode() and IntentData::decode() methods were not updated accordingly.
Comment 1 Chris Dumez 2012-06-19 04:34:30 PDT
Created attachment 148312 [details]
Patch

I forgot to update the encode()/decode() methods when I added the "service" member in Bug 89206. This patch fixes it.
Comment 2 WebKit Review Bot 2012-06-21 11:15:01 PDT
Comment on attachment 148312 [details]
Patch

Clearing flags on attachment: 148312

Committed r120948: <http://trac.webkit.org/changeset/120948>
Comment 3 WebKit Review Bot 2012-06-21 11:15:10 PDT
All reviewed patches have been landed.  Closing bug.