Changeset 225528 in webkit


Ignore:
Timestamp:
Dec 5, 2017 11:06:34 AM (6 years ago)
Author:
achristensen@apple.com
Message:

Fix non-unified build after r225381
https://bugs.webkit.org/show_bug.cgi?id=180434

Reviewed by Keith Miller.

  • loader/ResourceTimingInformation.cpp:

FrameLoader.h is included in other files that are combined with this file in unified builds,
but we need to merge r225381 to a branch that doesn't use unified builds. This build failure
would've come up randomly in the future when we add files, too.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r225527 r225528  
     12017-12-05  Alex Christensen  <achristensen@webkit.org>
     2
     3        Fix non-unified build after r225381
     4        https://bugs.webkit.org/show_bug.cgi?id=180434
     5
     6        Reviewed by Keith Miller.
     7
     8        * loader/ResourceTimingInformation.cpp:
     9        FrameLoader.h is included in other files that are combined with this file in unified builds,
     10        but we need to merge r225381 to a branch that doesn't use unified builds.  This build failure
     11        would've come up randomly in the future when we add files, too.
     12
    1132017-12-05  Simon Fraser  <simon.fraser@apple.com>
    214
  • trunk/Source/WebCore/loader/ResourceTimingInformation.cpp

    r225381 r225528  
    3131#include "Document.h"
    3232#include "Frame.h"
     33#include "FrameLoader.h"
    3334#include "HTMLFrameOwnerElement.h"
    3435#include "LoadTiming.h"
Note: See TracChangeset for help on using the changeset viewer.