[Webkit-unassigned] [Bug 134186] New: Make it clear to get m_svgExtensions using svgExtensions().

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 22 23:26:55 PDT 2014


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

           Summary: Make it clear to get m_svgExtensions using
                    svgExtensions().
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: je_julie.kim at samsung.com


There are two APIs, svgExtensions() and accessSVGExtensions() to access m_svgExtensions. 
svgExtensions() is a getter API and accessSVGExtensions() checks the presence or absence of m_svgExtensions and create m_svgExtensions if it does not exist. 
After checking presence of 'm_svgExtensions', we don't need to use accessSVGExtensions().

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list