Chromium Code Reviews

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, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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..f1ab4fdaf6970c7b0f08b94a1344aa60280d9e0d 100644
--- a/third_party/WebKit/Source/core/dom/ExceptionCode.h
+++ b/third_party/WebKit/Source/core/dom/ExceptionCode.h
@@ -84,6 +84,8 @@ enum {
// Push API
PermissionDeniedError,
+
+ NotAllowedError,
};
enum V8ErrorType {
« no previous file with comments | « third_party/WebKit/Source/core/dom/DOMException.cpp ('k') | third_party/WebKit/Source/core/html/HTMLMediaElement.h » ('j') | no next file with comments »

Powered by Google App Engine