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

Unified Diff: Source/core/html/track/TextTrackCue.cpp

Issue 66643004: Remove QualifiedName argument from most HTMLElement::create functions (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Hack for XML prefix Created 7 years, 1 month 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/track/TextTrackCue.cpp
diff --git a/Source/core/html/track/TextTrackCue.cpp b/Source/core/html/track/TextTrackCue.cpp
index e793d8642c8d383ccae74b3b92543fdc0289614d..0d2325de8dc9f0f3c9ece7e8cc9e58007f7fea0e 100644
--- a/Source/core/html/track/TextTrackCue.cpp
+++ b/Source/core/html/track/TextTrackCue.cpp
@@ -116,7 +116,7 @@ static const String& verticalGrowingRightKeyword()
// ----------------------------
TextTrackCueBox::TextTrackCueBox(Document& document, TextTrackCue* cue)
- : HTMLDivElement(divTag, document)
+ : HTMLDivElement(document)
, m_cue(cue)
{
setPart(textTrackCueBoxShadowPseudoId());

Powered by Google App Engine
This is Rietveld 408576698