Bug 167339

Summary: Cleanup WEB_TIMING code
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: WebCore Misc.Assignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue, dbates, japhet
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Description Joseph Pecoraro 2017-01-23 15:59:25 PST
Just did an audit of the WEB_TIMING code and addressed tiny issues.
Comment 1 Joseph Pecoraro 2017-01-23 16:02:45 PST
Created attachment 299550 [details]
[PATCH] Proposed Fix
Comment 2 WebKit Commit Bot 2017-01-23 16:06:03 PST
Attachment 299550 [details] did not pass style-queue:


ERROR: Source/WebCore/page/PerformanceMeasure.h:42:  Should be indented on a separate line, with the colon or comma first on that line.  [whitespace/indent] [4]
ERROR: Source/WebCore/page/PerformanceMark.h:42:  Should be indented on a separate line, with the colon or comma first on that line.  [whitespace/indent] [4]
Total errors found: 2 in 13 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Alex Christensen 2017-01-23 17:18:08 PST
Comment on attachment 299550 [details]
[PATCH] Proposed Fix

View in context: https://bugs.webkit.org/attachment.cgi?id=299550&action=review

> Source/WebCore/loader/SubresourceLoader.cpp:544
> +        if (Document* document = m_documentLoader->cachedResourceLoader().document())

auto*
Comment 4 WebKit Commit Bot 2017-01-23 19:14:10 PST
Comment on attachment 299550 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 299550

Committed r211074: <http://trac.webkit.org/changeset/211074>
Comment 5 WebKit Commit Bot 2017-01-23 19:14:15 PST
All reviewed patches have been landed.  Closing bug.