| Index: third_party/WebKit/Source/bindings/core/v8/PrivateScriptRunner.js
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/PrivateScriptRunner.js b/third_party/WebKit/Source/bindings/core/v8/PrivateScriptRunner.js
|
| index 9dc27f0d7df329ed178c35aa4b557e776261c367..bab7c4c00e611132268357ebecc6a60af0baa5d0 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/PrivateScriptRunner.js
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/PrivateScriptRunner.js
|
| @@ -63,6 +63,9 @@ function PrivateScriptController()
|
|
|
| // Push API
|
| "PermissionDeniedError",
|
| +
|
| + // Pointer Events
|
| + "InvalidPointerId",
|
| ];
|
|
|
| // This list must be in sync with the enum in ExceptionCode.h. The order matters.
|
|
|