Bug 115054 - Remove redundant code in ViewportArguments::resolve
Summary: Remove redundant code in ViewportArguments::resolve
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jacky Jiang
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-23 13:20 PDT by Jacky Jiang
Modified: 2013-04-23 14:00 PDT (History)
6 users (show)

See Also:


Attachments
Patch (1.29 KB, patch)
2013-04-23 13:36 PDT, Jacky Jiang
kenneth: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jacky Jiang 2013-04-23 13:20:06 PDT
In ViewportArguments.cpp  ViewportArguments::resolve(),  "result.orientation = orientation" appears twice which looks redundant to me, removing one of them.
Comment 1 Jacky Jiang 2013-04-23 13:36:38 PDT
Created attachment 199322 [details]
Patch
Comment 2 Jacky Jiang 2013-04-23 14:00:38 PDT
Committed r148990: <http://trac.webkit.org/changeset/148990>