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

Unified Diff: Source/core/html/HTMLAudioElement.idl

Issue 340763003: Change [ConstructorCallWith={Document => ExecutionContext}] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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/core/html/HTMLAudioElement.idl
diff --git a/Source/core/html/HTMLAudioElement.idl b/Source/core/html/HTMLAudioElement.idl
index f1e3629d65e7db3a5a294bab74d35bc11bc043ac..707436727ab670cc9383b5ac3be08a291a052ed2 100644
--- a/Source/core/html/HTMLAudioElement.idl
+++ b/Source/core/html/HTMLAudioElement.idl
@@ -26,6 +26,6 @@
[
RuntimeEnabled=Media,
NamedConstructor=Audio(optional DOMString src = null),
- ConstructorCallWith=Document
+ ConstructorCallWith=ExecutionContext
] interface HTMLAudioElement : HTMLMediaElement {
};

Powered by Google App Engine
This is Rietveld 408576698