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

Changeset 243799 in webkit


Ignore:
Timestamp:
Apr 3, 2019, 8:58:04 AM (7 years ago)
Author:
commit-queue@webkit.org
Message:

Missing includes that were previously provided via UnifiedSources
https://bugs.webkit.org/show_bug.cgi?id=196434

Unreviewed build fix.

Patch by Pablo Saavedra <Pablo Saavedra> on 2019-04-03

  • html/InputType.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r243798 r243799  
     12019-04-03  Pablo Saavedra  <psaavedra@igalia.com>
     2
     3        Missing includes that were previously provided via UnifiedSources
     4        https://bugs.webkit.org/show_bug.cgi?id=196434
     5
     6        Unreviewed build fix.
     7
     8        * html/InputType.h:
     9
    1102019-04-03  Wenson Hsieh  <wenson_hsieh@apple.com>
    211
  • trunk/Source/WebCore/html/InputType.h

    r242518 r243799  
    3333#pragma once
    3434
     35#include "HTMLInputElement.h"
    3536#include "HTMLTextFormControlElement.h"
    3637#include "RenderPtr.h"
     
    5657class HTMLElement;
    5758class HTMLFormElement;
    58 class HTMLInputElement;
    5959class Icon;
    6060class KeyboardEvent;
Note: See TracChangeset for help on using the changeset viewer.