Changeset 233144 in webkit


Ignore:
Timestamp:
Jun 25, 2018 5:43:00 AM (6 years ago)
Author:
ddkilzer@apple.com
Message:

REGRESSION (r233140): Windows build failure due to incomplete DocumentAnimationScheduler type
<https://webkit.org/b/186997>

  • dom/Document.cpp:
  • dom/Document.h:
  • Attempt to fix Windows build failure by moving include of DocumentAnimationScheduler.h from Document.cpp to Document.h.
Location:
trunk/Source/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r233143 r233144  
     12018-06-25  David Kilzer  <ddkilzer@apple.com>
     2
     3        REGRESSION (r233140): Windows build failure due to incomplete DocumentAnimationScheduler type
     4        <https://webkit.org/b/186997>
     5
     6        * dom/Document.cpp:
     7        * dom/Document.h:
     8        - Attempt to fix Windows build failure by moving include of
     9          DocumentAnimationScheduler.h from Document.cpp to Document.h.
     10
    1112018-06-25  Philippe Normand  <pnormand@igalia.com>
    212
  • trunk/Source/WebCore/dom/Document.cpp

    r233140 r233144  
    5757#include "DateComponents.h"
    5858#include "DebugPageOverlays.h"
    59 #include "DocumentAnimationScheduler.h"
    6059#include "DocumentLoader.h"
    6160#include "DocumentMarkerController.h"
  • trunk/Source/WebCore/dom/Document.h

    r233140 r233144  
    3131#include "ContainerNode.h"
    3232#include "DisabledAdaptations.h"
     33#include "DocumentAnimationScheduler.h"
    3334#include "DocumentEventQueue.h"
    3435#include "DocumentIdentifier.h"
Note: See TracChangeset for help on using the changeset viewer.