Skip to content

Commit

Permalink
Unreviewed. Fix non-unified build
Browse files Browse the repository at this point in the history
* Source/JavaScriptCore/profiler/ProfilerBytecodeSequence.cpp:
* Source/WebCore/dom/TreeScope.h:
* Source/WebCore/layout/formattingContexts/flex/FlexLayout.h:
* Source/WebCore/layout/integration/flex/LayoutIntegrationFlexLayout.cpp:

Canonical link: https://commits.webkit.org/265714@main
  • Loading branch information
carlosgcampos committed Jul 3, 2023
1 parent 9cbf494 commit ea6eb5f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

#include "CodeBlock.h"
#include "JSCInlines.h"
#include "ProfilerDumper.h"
#include <wtf/StringPrintStream.h>

namespace JSC { namespace Profiler {
Expand Down
1 change: 1 addition & 0 deletions Source/WebCore/dom/TreeScope.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ class RadioButtonGroups;
class RenderSVGResourceContainer;
class SVGElement;
class ShadowRoot;
class WeakPtrImplWithEventTargetData;
struct SVGResourcesMap;

class TreeScope {
Expand Down
1 change: 1 addition & 0 deletions Source/WebCore/layout/formattingContexts/flex/FlexLayout.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
namespace WebCore {
namespace Layout {

class FlexFormattingContext;
struct FlexBaseAndHypotheticalMainSize;
struct PositionAndMargins;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#include "LayoutChildIterator.h"
#include "RenderBoxInlines.h"
#include "RenderFlexibleBox.h"
#include "RenderView.h"

namespace WebCore {
namespace LayoutIntegration {
Expand Down

0 comments on commit ea6eb5f

Please sign in to comment.