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

Unified Diff: third_party/WebKit/Source/core/dom/ExceptionCode.h

Issue 1576283003: Have HTMLMediaElement::play() return a Promise. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/core/dom/ExceptionCode.h
diff --git a/third_party/WebKit/Source/core/dom/ExceptionCode.h b/third_party/WebKit/Source/core/dom/ExceptionCode.h
index fb008e99fedd2dab607d1d1b02808be776392460..93f11aa956c0e07ed7ef6d4f03fdb6c65c19d7f5 100644
--- a/third_party/WebKit/Source/core/dom/ExceptionCode.h
+++ b/third_party/WebKit/Source/core/dom/ExceptionCode.h
@@ -84,6 +84,11 @@ enum {
// Push API
PermissionDeniedError,
+
+ NotAllowedError,
+
+ // Please add new enums at the end of this list to guarantee any ordering
+ // expectations.
};
enum V8ErrorType {

Powered by Google App Engine
This is Rietveld 408576698