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

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

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.h
diff --git a/Source/core/html/HTMLAudioElement.h b/Source/core/html/HTMLAudioElement.h
index 9969491d803552afa9dbc0e9711e681379276cc6..ba0c20eb9c9ce40b964289b1447ac9720edefacd 100644
--- a/Source/core/html/HTMLAudioElement.h
+++ b/Source/core/html/HTMLAudioElement.h
@@ -36,7 +36,7 @@ class Document;
class HTMLAudioElement FINAL : public HTMLMediaElement {
public:
static PassRefPtrWillBeRawPtr<HTMLAudioElement> create(Document&);
- static PassRefPtrWillBeRawPtr<HTMLAudioElement> createForJSConstructor(Document&, const AtomicString& src);
+ static PassRefPtrWillBeRawPtr<HTMLAudioElement> createForJSConstructor(ExecutionContext*, const AtomicString& src);
private:
HTMLAudioElement(Document&);

Powered by Google App Engine
This is Rietveld 408576698