| 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 a8b1414ebac5629ed43768d09c9953887f6c5821..f809eca9b3bc9898f324e97c796ec803722e1fac 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMException.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/DOMException.cpp
|
| @@ -81,6 +81,9 @@ static const struct CoreException {
|
|
|
| // Push API
|
| { "PermissionDeniedError", "User or security policy denied the request.", 0 },
|
| +
|
| + // Pointer Event
|
| + { "InvalidPointerId", "PointerId was invalid.", 0 },
|
| };
|
|
|
| static const CoreException* getErrorEntry(ExceptionCode ec)
|
|
|