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

Unified Diff: third_party/WebKit/Source/core/html/shadow/MediaControlElementTypes.cpp

Issue 2561043002: Clean-up after Form Association Refactoring (Closed)
Patch Set: Removed constructorNeedsFormElement from scripts and HTMLTagNames Created 4 years 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/html/shadow/MediaControlElementTypes.cpp
diff --git a/third_party/WebKit/Source/core/html/shadow/MediaControlElementTypes.cpp b/third_party/WebKit/Source/core/html/shadow/MediaControlElementTypes.cpp
index 44579a22d2736ed2d2922586d9014f6bcac22e07..54b55ab088c5f7ecc80297182cc829f33f7bf9d6 100644
--- a/third_party/WebKit/Source/core/html/shadow/MediaControlElementTypes.cpp
+++ b/third_party/WebKit/Source/core/html/shadow/MediaControlElementTypes.cpp
@@ -161,7 +161,7 @@ DEFINE_TRACE(MediaControlDivElement) {
MediaControlInputElement::MediaControlInputElement(
MediaControls& mediaControls,
MediaControlElementType displayType)
- : HTMLInputElement(mediaControls.document(), 0, false),
+ : HTMLInputElement(mediaControls.document(), false),
MediaControlElement(mediaControls, displayType, this) {}
bool MediaControlInputElement::isMouseFocusable() const {

Powered by Google App Engine
This is Rietveld 408576698