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

Unified Diff: Source/core/html/HTMLMarqueeElement.cpp

Issue 22849019: Unexpose -webkit-marquee-direction (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 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
« no previous file with comments | « Source/core/css/resolver/StyleBuilderCustom.cpp ('k') | Source/core/page/RuntimeCSSEnabled.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLMarqueeElement.cpp
diff --git a/Source/core/html/HTMLMarqueeElement.cpp b/Source/core/html/HTMLMarqueeElement.cpp
index aa7963d35cd8ce915835e891f92e2e2d489fa543..e4c034737433f89eaaa1068dd244c679b0c78ceb 100644
--- a/Source/core/html/HTMLMarqueeElement.cpp
+++ b/Source/core/html/HTMLMarqueeElement.cpp
@@ -104,7 +104,7 @@ void HTMLMarqueeElement::collectStyleForPresentationAttribute(const QualifiedNam
addPropertyToPresentationAttributeStyle(style, CSSPropertyWebkitMarqueeStyle, value);
} else if (name == directionAttr) {
if (!value.isEmpty())
- addPropertyToPresentationAttributeStyle(style, CSSPropertyWebkitMarqueeDirection, value);
+ addPropertyToPresentationAttributeStyle(style, CSSPropertyInternalMarqueeDirection, value);
} else
HTMLElement::collectStyleForPresentationAttribute(name, value, style);
}
« no previous file with comments | « Source/core/css/resolver/StyleBuilderCustom.cpp ('k') | Source/core/page/RuntimeCSSEnabled.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698