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

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

Issue 1314493008: Add a PermissionDeniedError, update Push API public API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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: Source/bindings/core/v8/PrivateScriptRunner.js
diff --git a/Source/bindings/core/v8/PrivateScriptRunner.js b/Source/bindings/core/v8/PrivateScriptRunner.js
index cd8f78d4f29f16f7fea7d200324595dd19f3c295..9dc27f0d7df329ed178c35aa4b557e776261c367 100644
--- a/Source/bindings/core/v8/PrivateScriptRunner.js
+++ b/Source/bindings/core/v8/PrivateScriptRunner.js
@@ -60,6 +60,9 @@ function PrivateScriptController()
// Web Crypto
"OperationError",
+
+ // Push API
johnme 2015/08/27 16:09:08 Nit: Shouldn't this be a more generic section? "Pe
Peter Beverloo 2015/08/27 16:24:31 So far this is Push API specific (though media str
+ "PermissionDeniedError",
];
// This list must be in sync with the enum in ExceptionCode.h. The order matters.

Powered by Google App Engine
This is Rietveld 408576698