[Webkit-unassigned] [Bug 160821] Rename DocumentLoadTiming and ResourceLoadTiming

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 12 14:53:57 PDT 2016


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

--- Comment #2 from Alex Christensen <achristensen at apple.com> ---
Comment on attachment 285954
  --> https://bugs.webkit.org/attachment.cgi?id=285954
Patch

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

> Source/WebCore/CMakeLists.txt:1915
> +    loader/LoadTiming.cpp

This should be put in correct alphabetical order.

> Source/WebCore/loader/DocumentLoader.h:259
> +        void resetTiming() { m_loadTiming = LoadTiming(); }

Does { } work?

> Source/WebCore/loader/LoadTiming.h:27
> +#ifndef LoadTiming_h
> +#define LoadTiming_h

#pragma once

> Source/WebCore/platform/network/NetworkLoadTiming.h:28
> +#ifndef NetworkLoadTiming_h
> +#define NetworkLoadTiming_h

#pragma once, as long as we're touching this file.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160812/8eff77d6/attachment-0001.html>


More information about the webkit-unassigned mailing list