| Index: Source/core/html/HTMLOutputElement.h
|
| diff --git a/Source/core/html/HTMLOutputElement.h b/Source/core/html/HTMLOutputElement.h
|
| index 8981f7d356270249de12b665cb9389b410ea574f..d0338d67e763cb65bc0a37bbec4aee537c8ba99b 100644
|
| --- a/Source/core/html/HTMLOutputElement.h
|
| +++ b/Source/core/html/HTMLOutputElement.h
|
| @@ -48,7 +48,7 @@ public:
|
| void setDefaultValue(const String&);
|
| void setFor(const String&);
|
| DOMSettableTokenList* htmlFor() const;
|
| -
|
| +
|
| virtual bool canContainRangeEndPoint() const { return false; }
|
|
|
| private:
|
|
|