Skip to content

Commit

Permalink
Unreviewed, add some missing header includes in WebCore
Browse files Browse the repository at this point in the history
These missing header includes cause build failures when attempting to add new files to
`Source/WebCore/page`.

* Source/WebCore/page/ios/ContentChangeObserver.cpp:
* Source/WebCore/platform/mac/DataDetectorHighlight.h:

Canonical link: https://commits.webkit.org/264806@main
  • Loading branch information
whsieh committed Jun 1, 2023
1 parent 035f577 commit 58956cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Source/WebCore/page/ios/ContentChangeObserver.cpp
Expand Up @@ -40,6 +40,7 @@
#include "Page.h"
#include "Quirks.h"
#include "RenderDescendantIterator.h"
#include "RenderStyleInlines.h"
#include "Settings.h"

namespace WebCore {
Expand Down
1 change: 1 addition & 0 deletions Source/WebCore/platform/mac/DataDetectorHighlight.h
Expand Up @@ -27,6 +27,7 @@

#if ENABLE(DATA_DETECTION) && PLATFORM(MAC)

#import "GraphicsLayer.h"
#import "GraphicsLayerClient.h"
#import "SimpleRange.h"
#import "Timer.h"
Expand Down

0 comments on commit 58956cf

Please sign in to comment.