| Index: Source/core/dom/DOMPoint.h
|
| diff --git a/Source/core/dom/DOMPoint.h b/Source/core/dom/DOMPoint.h
|
| index 2259e3f213bcb5b5c2fd68a6ef8801d64fa2be8a..5b8aebb8452856642507462c3a53d02517e508c5 100644
|
| --- a/Source/core/dom/DOMPoint.h
|
| +++ b/Source/core/dom/DOMPoint.h
|
| @@ -11,7 +11,7 @@ namespace blink {
|
|
|
| class DOMPointInit;
|
|
|
| -class DOMPoint FINAL : public DOMPointReadOnly {
|
| +class DOMPoint final : public DOMPointReadOnly {
|
| public:
|
| static DOMPoint* create(const DOMPointInit&);
|
| static DOMPoint* create(double x, double y, double z = 0, double w = 1);
|
|
|