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 4df08b266430bb8cbe70bc6ef5bbf730c4bfac8e..6e9400ab0a1d6c4bd66211176d384be757305ecd 100644 |
--- a/third_party/WebKit/Source/core/dom/Element.h |
+++ b/third_party/WebKit/Source/core/dom/Element.h |
@@ -650,6 +650,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; } |