| Index: third_party/WebKit/Source/core/dom/DOMException.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/DOMException.cpp b/third_party/WebKit/Source/core/dom/DOMException.cpp
|
| index 7936f52bbe3fe701680e360e582ad745bc49abc7..fe9e1b8a673afe04e937f7d64c2ea3a28c1a526b 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMException.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/DOMException.cpp
|
| @@ -85,6 +85,9 @@ static const struct CoreException {
|
|
|
| // Used by HTML and Media Session API.
|
| { "NotAllowedError", "The request is not allowed by the user agent or the platform in the current context.", 0 },
|
| +
|
| + // Pointer Event
|
| + { "InvalidPointerId", "PointerId was invalid.", 0 },
|
| };
|
|
|
| static const CoreException* getErrorEntry(ExceptionCode ec)
|
|
|