| Index: third_party/WebKit/Source/core/dom/Element.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Element.h b/third_party/WebKit/Source/core/dom/Element.h
|
| index 2e8ae00d18a39aaba1bbdc2e9b9df6db1272d5fc..c87aa93bbb1519dffc2ef41d955e57f42eb0b564 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.h
|
| +++ b/third_party/WebKit/Source/core/dom/Element.h
|
| @@ -648,6 +648,7 @@ class CORE_EXPORT Element : public ContainerNode {
|
| virtual bool isInRange() const { return false; }
|
| virtual bool isOutOfRange() const { return false; }
|
| virtual bool isClearButtonElement() const { return false; }
|
| + virtual bool isScriptElement() const { return false; }
|
|
|
| bool canContainRangeEndPoint() const override { return true; }
|
|
|
|
|