| Index: third_party/WebKit/Source/core/testing/Internals.h
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h
|
| index 6098d04f2d37550f9b05fdd5a5cdf5b00963e0b9..f357b9c07cd36e79b77dc194823052f87d36136f 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -55,8 +55,9 @@ class DocumentMarker;
|
| class Element;
|
| class ExceptionState;
|
| class GCObservation;
|
| -class HTMLSelectElement;
|
| +class HTMLInputElement;
|
| class HTMLMediaElement;
|
| +class HTMLSelectElement;
|
| class InternalRuntimeFlags;
|
| class InternalSettings;
|
| class LayerRectList;
|
| @@ -448,7 +449,7 @@ class Internals final : public GarbageCollectedFinalized<Internals>,
|
|
|
| DECLARE_TRACE();
|
|
|
| - void setValueForUser(Element*, const String&);
|
| + void setValueForUser(HTMLInputElement*, const String&);
|
|
|
| String textSurroundingNode(Node*, int x, int y, unsigned long maxLength);
|
|
|
|
|