Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(211)

Unified Diff: third_party/WebKit/Source/bindings/core/v8/PrivateScriptRunner.js

Issue 1635863006: Pointerevent capture APIs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698