[Webkit-unassigned] [Bug 137997] New: Refactoring to simplify some code in DatePrototype.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 22 18:51:53 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=137997

            Bug ID: 137997
           Summary: Refactoring to simplify some code in DatePrototype.cpp
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mark.lam at apple.com

A bunch of functions in DatePrototype.cpp have the pattern of loading a constant into a local variable only to pass it to a callee function immediately after.  There is no other use for that variable.  This adds additional verbosity with no added benefit.  Will fix.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141023/368c2820/attachment-0002.html>


More information about the webkit-unassigned mailing list