⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 283432 in webkit


Ignore:
Timestamp:
Oct 1, 2021, 8:21:43 PM (5 years ago)
Author:
Lauro Moura
Message:

[GLIB] Fix build on Ubuntu 20.04 after 242376@main

Unreviewed build fix.

  • dom/Position.cpp: Add missing header.
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r283431 r283432  
     12021-10-01  Lauro Moura  <lmoura@igalia.com>
     2
     3        [GLIB] Fix build on Ubuntu 20.04 after 242376@main
     4
     5        Unreviewed build fix.
     6
     7        * dom/Position.cpp: Add missing header.
     8
    192021-10-01  Chris Dumez  <cdumez@apple.com>
    210
  • trunk/Source/WebCore/dom/Position.cpp

    r283367 r283432  
    4444#include "PositionIterator.h"
    4545#include "RenderBlock.h"
     46#include "RenderBlockFlow.h"
    4647#include "RenderFlexibleBox.h"
    4748#include "RenderGrid.h"
Note: See TracChangeset for help on using the changeset viewer.