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

Unified Diff: third_party/WebKit/Source/core/css/parser/CSSParserContext.cpp

Issue 2589143003: Add 'get' prefix for Settings.in generated code. (Closed)
Patch Set: Only get prefix and no capitalization. Created 3 years, 11 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: third_party/WebKit/Source/core/css/parser/CSSParserContext.cpp
diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserContext.cpp b/third_party/WebKit/Source/core/css/parser/CSSParserContext.cpp
index f9ea915c47c828f98274047b5a42bd5fa77b530f..66e3d2a87849e6ecf7608494b46e1e38a03c872a 100644
--- a/third_party/WebKit/Source/core/css/parser/CSSParserContext.cpp
+++ b/third_party/WebKit/Source/core/css/parser/CSSParserContext.cpp
@@ -35,7 +35,8 @@ CSSParserContext::CSSParserContext(const Document& document,
m_isHTMLDocument(document.isHTMLDocument()),
m_useLegacyBackgroundSizeShorthandBehavior(
document.settings()
- ? document.settings()->useLegacyBackgroundSizeShorthandBehavior()
+ ? document.settings()
+ ->getUseLegacyBackgroundSizeShorthandBehavior()
: false),
m_shouldCheckContentSecurityPolicy(DoNotCheckContentSecurityPolicy),
m_useCounter(useCounter) {
« no previous file with comments | « third_party/WebKit/Source/core/css/MediaValues.cpp ('k') | third_party/WebKit/Source/core/css/resolver/FontBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698