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

Unified Diff: third_party/WebKit/Source/core/html/shadow/MediaControlElements.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/MediaControlElements.cpp
diff --git a/third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp b/third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp
index 290dd313868f7aa32a3330c282f8816fb9343282..937d7826237e9efff25ee864f6426624fc03922d 100644
--- a/third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp
+++ b/third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp
@@ -528,7 +528,7 @@ Element* MediaControlTextTrackListElement::createTextTrackListItem(
trackItem->setShadowPseudoId(
AtomicString("-internal-media-controls-text-track-list-item"));
HTMLInputElement* trackItemInput =
- HTMLInputElement::create(document(), nullptr, false);
+ HTMLInputElement::create(document(), false);
trackItemInput->setShadowPseudoId(
AtomicString("-internal-media-controls-text-track-list-item-input"));
trackItemInput->setType(InputTypeNames::checkbox);

Powered by Google App Engine
This is Rietveld 408576698