| Index: third_party/WebKit/Source/core/dom/DOMPoint.h
|
| diff --git a/third_party/WebKit/Source/core/dom/DOMPoint.h b/third_party/WebKit/Source/core/dom/DOMPoint.h
|
| index 1508bfe9ea9cc7c9fb0818a3b30f895f32500aad..95d5b2609e75acb738016e1c711ce26fc16faa60 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMPoint.h
|
| +++ b/third_party/WebKit/Source/core/dom/DOMPoint.h
|
| @@ -16,7 +16,6 @@ class CORE_EXPORT DOMPoint final : public DOMPointReadOnly {
|
| DEFINE_WRAPPERTYPEINFO();
|
|
|
| public:
|
| - static DOMPoint* create(const DOMPointInit&);
|
| static DOMPoint* create(double x, double y, double z = 0, double w = 1);
|
| static DOMPoint* fromPoint(const DOMPointInit&);
|
|
|
|
|